Refactored and improved seeds (#8695)
- Added a new Seeder service to help with custom object seeds - Added RichTextFieldInput to edit a rich text field directly on the table, but deactivated it for now.
This commit is contained in:
@ -4066,7 +4066,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery =
|
||||
},
|
||||
{
|
||||
"id": "f59e3f72-2ac5-44cc-9a12-8530f9550cc3",
|
||||
"color": "grey",
|
||||
"color": "gray",
|
||||
"label": "Archived",
|
||||
"value": "ARCHIVED",
|
||||
"position": 3
|
||||
@ -10971,7 +10971,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery =
|
||||
"options": [
|
||||
{
|
||||
"id": "c7ff1ce0-2e47-44de-9761-867c25f68a90",
|
||||
"color": "grey",
|
||||
"color": "gray",
|
||||
"label": "Not started",
|
||||
"value": "NOT_STARTED",
|
||||
"position": 0
|
||||
@ -14966,7 +14966,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery =
|
||||
"position": 1
|
||||
},
|
||||
{
|
||||
"color": "grey",
|
||||
"color": "gray",
|
||||
"label": "Deactivated",
|
||||
"value": "DEACTIVATED",
|
||||
"position": 2
|
||||
|
||||
Reference in New Issue
Block a user