Timelineactivites-views-seeder (#16103)

seeder for Timelineactivites views

Fixes https://github.com/twentyhq/core-team-issues/issues/1904


<img width="850" height="348" alt="CleanShot 2025-11-26 at 17 30 32"
src="https://github.com/user-attachments/assets/41a311c1-0b60-4201-885f-d0e8400dd6d5"
/>
This commit is contained in:
Guillim
2025-11-26 18:00:06 +01:00
committed by GitHub
parent 60e69f92d9
commit 7f441d741b
4 changed files with 147 additions and 2 deletions
@@ -1400,7 +1400,28 @@ export const STANDARD_OBJECTS = {
TIMELINE_ACTIVITY_STANDARD_FIELD_IDS.linkedObjectMetadataId,
},
},
views: {},
views: {
allTimelineActivities: {
universalIdentifier: '20202020-b101-4b01-8b01-ba5cc01aa001',
viewFields: {
name: {
universalIdentifier: '20202020-bf01-4b01-8b01-ba5cc01aa011',
},
happensAt: {
universalIdentifier: '20202020-bf01-4b01-8b01-ba5cc01aa012',
},
properties: {
universalIdentifier: '20202020-bf01-4b01-8b01-ba5cc01aa019',
},
workspaceMember: {
universalIdentifier: '20202020-bf01-4b01-8b01-ba5cc01aa013',
},
linkedRecordCachedName: {
universalIdentifier: '20202020-bf01-4b01-8b01-ba5cc01aa017',
},
},
},
},
},
view: {
universalIdentifier: STANDARD_OBJECT_IDS.view,