Update Command Menu Item entity (#18391)

Closes https://github.com/twentyhq/core-team-issues/issues/2256
This commit is contained in:
Raphaël Bosi
2026-03-05 11:21:56 +01:00
committed by GitHub
parent 9d4ff7820d
commit abd9709291
19 changed files with 163 additions and 27 deletions
@@ -24,6 +24,8 @@ exports[`ALL_UNIVERSAL_FLAT_ENTITY_PROPERTIES_TO_COMPARE_AND_STRINGIFY should ma
"propertiesToCompare": [
"label",
"icon",
"shortLabel",
"position",
"isPinned",
"availabilityType",
"conditionalAvailabilityExpression",
@@ -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,