Update Command Menu Item entity (#18391)
Closes https://github.com/twentyhq/core-team-issues/issues/2256
This commit is contained in:
+2
@@ -24,6 +24,8 @@ exports[`ALL_UNIVERSAL_FLAT_ENTITY_PROPERTIES_TO_COMPARE_AND_STRINGIFY should ma
|
||||
"propertiesToCompare": [
|
||||
"label",
|
||||
"icon",
|
||||
"shortLabel",
|
||||
"position",
|
||||
"isPinned",
|
||||
"availabilityType",
|
||||
"conditionalAvailabilityExpression",
|
||||
|
||||
+10
@@ -970,6 +970,16 @@ export const ALL_ENTITY_PROPERTIES_CONFIGURATION_BY_METADATA_NAME = {
|
||||
universalProperty: undefined,
|
||||
},
|
||||
icon: { toCompare: true, toStringify: false, universalProperty: undefined },
|
||||
shortLabel: {
|
||||
toCompare: true,
|
||||
toStringify: false,
|
||||
universalProperty: undefined,
|
||||
},
|
||||
position: {
|
||||
toCompare: true,
|
||||
toStringify: false,
|
||||
universalProperty: undefined,
|
||||
},
|
||||
isPinned: {
|
||||
toCompare: true,
|
||||
toStringify: false,
|
||||
|
||||
Reference in New Issue
Block a user