You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this PR:
- adding Favorites to Tasks and Notes
- fixing inconsistencies between custom object creation and sync of
standard fields of custom objects
- fixing workspaceCacheVersion not used to invalidate existing
datasource
Copy file name to clipboardExpand all lines: packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerSectionTitle.tsx
Copy file name to clipboardExpand all lines: packages/twenty-server/src/engine/workspace-manager/workspace-sync-metadata/constants/standard-field-ids.ts
Copy file name to clipboardExpand all lines: packages/twenty-server/src/engine/workspace-manager/workspace-sync-metadata/factories/standard-field.factory.ts
Copy file name to clipboardExpand all lines: packages/twenty-server/src/engine/workspace-manager/workspace-sync-metadata/workspace-sync-metadata.service.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ export class WorkspaceSyncMetadataService {
84
84
workspaceFeatureFlagsMap,
85
85
);
86
86
87
-
// 2 - Sync standard fields on custom objects
87
+
// 2 - Sync standard fields on standard and custom objects
0 commit comments