Improve seeds 3 (#12740)

- Fix an issue where custom object were seeded with 2 views, and with
the wrong icon
- ACME becomes YCombinator
- Allow 2 workspaces to have different metadata seeded
- Add many seeds for messages
- Add many seeds for calendar events
- Randomize createdBy for person and companies

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Félix Malfait
2025-06-20 07:05:44 +02:00
committed by GitHub
parent 79e5ccfd37
commit cb6a76fd43
25 changed files with 4511 additions and 3356 deletions

View File

@ -35,7 +35,7 @@ export class ObjectMetadataRelatedRecordsService {
type: 'table',
name: `All ${objectMetadata.labelPlural}`,
key: 'INDEX',
icon: objectMetadata.icon,
icon: 'IconList',
});
}