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:
Lucas Bordeau
2024-12-24 14:44:52 +01:00
committed by GitHub
parent 4f329d6005
commit e9717603f2
52 changed files with 5807 additions and 86 deletions

View File

@ -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