update seeding views to seed the new bodyV2 field on workspace creation (#10221)
As per title
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user