View field override (#18572)
## Context This PR introduces overrides for view fields which will be useful for page layout FIELDS widgets fields position/groups/visibility override + restore logic.
This commit is contained in:
+1
@@ -69,6 +69,7 @@ export const createStandardViewFieldGroupFlatMetadata = <
|
||||
name,
|
||||
position,
|
||||
isVisible,
|
||||
overrides: null,
|
||||
createdAt: now,
|
||||
updatedAt: now,
|
||||
deletedAt: null,
|
||||
|
||||
+2
@@ -120,6 +120,8 @@ export const createStandardViewFieldFlatMetadata = <
|
||||
isVisible,
|
||||
size,
|
||||
aggregateOperation,
|
||||
overrides: null,
|
||||
universalOverrides: null,
|
||||
createdAt: now,
|
||||
updatedAt: now,
|
||||
deletedAt: null,
|
||||
|
||||
Reference in New Issue
Block a user