Edit visibility restriction (#19499)
https://github.com/user-attachments/assets/98496f15-2e58-46a8-b233-9cf46b7b9600
This commit is contained in:
committed by
GitHub
parent
8a10071253
commit
e3077691d1
+1
@@ -194,6 +194,7 @@ exports[`ALL_UNIVERSAL_FLAT_ENTITY_PROPERTIES_TO_COMPARE_AND_STRINGIFY should ma
|
||||
"universalConfiguration",
|
||||
"deletedAt",
|
||||
"conditionalDisplay",
|
||||
"conditionalAvailabilityExpression",
|
||||
"isActive",
|
||||
"universalOverrides",
|
||||
],
|
||||
|
||||
+6
@@ -929,6 +929,12 @@ export const ALL_ENTITY_PROPERTIES_CONFIGURATION_BY_METADATA_NAME = {
|
||||
universalProperty: undefined,
|
||||
isOverridable: true,
|
||||
},
|
||||
conditionalAvailabilityExpression: {
|
||||
toCompare: true,
|
||||
toStringify: false,
|
||||
universalProperty: undefined,
|
||||
isOverridable: true,
|
||||
},
|
||||
isActive: {
|
||||
toCompare: true,
|
||||
toStringify: false,
|
||||
|
||||
Reference in New Issue
Block a user