Seed core views in dev + fixes (#14071)

Seed core views in dev

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Raphaël Bosi
2025-08-26 13:05:20 +02:00
committed by GitHub
parent ab4fd6a182
commit 048455bbb6
13 changed files with 151 additions and 38 deletions
@@ -52,6 +52,7 @@ describe('useApplyCurrentViewFiltersToCurrentRecordFilters', () => {
displayValue: 'test',
viewFilterGroupId: 'group-1',
positionInViewFilterGroup: 0,
subFieldName: null,
};
const mockCoreViewFilter: Omit<CoreViewFilter, 'workspaceId'> = {
@@ -65,6 +66,7 @@ describe('useApplyCurrentViewFiltersToCurrentRecordFilters', () => {
viewId: allCompaniesCoreView.id,
positionInViewFilterGroup: 0,
viewFilterGroupId: 'group-1',
subFieldName: null,
};
const mockView = {