update seeding views to seed the new bodyV2 field on workspace creation (#10221)

As per title
This commit is contained in:
Charles Bochet
2025-02-14 15:28:25 +01:00
committed by GitHub
parent 017280384a
commit c624657b29
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ export const notesAllView = (
{
fieldMetadataId:
objectMetadataStandardIdToIdMap[STANDARD_OBJECT_IDS.note].fields[
NOTE_STANDARD_FIELD_IDS.body
NOTE_STANDARD_FIELD_IDS.bodyV2
],
position: 2,
isVisible: true,

View File

@ -87,7 +87,7 @@ export const tasksAllView = (
{
fieldMetadataId:
objectMetadataStandardIdToIdMap[STANDARD_OBJECT_IDS.task].fields[
TASK_STANDARD_FIELD_IDS.body
TASK_STANDARD_FIELD_IDS.bodyV2
],
position: 7,
isVisible: true,