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:49:30 +01:00
committed by prastoin
parent 3d66f6de46
commit c3727bad64
2 changed files with 2 additions and 2 deletions
@@ -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,
@@ -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,