Add hotkeys to command menu items (#18682)

Add hotkeys column to the entity and plug it to the front end command
menu item display

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
Co-authored-by: Charles Bochet <charlesBochet@users.noreply.github.com>
This commit is contained in:
Raphaël Bosi
2026-03-17 14:09:19 +01:00
committed by GitHub
parent 731e297147
commit 05a81c82a9
25 changed files with 159 additions and 22 deletions
@@ -31,8 +31,11 @@ exports[`ALL_UNIVERSAL_FLAT_ENTITY_PROPERTIES_TO_COMPARE_AND_STRINGIFY should ma
"conditionalAvailabilityExpression",
"availabilityObjectMetadataUniversalIdentifier",
"engineComponentKey",
"hotKeys",
],
"propertiesToStringify": [
"hotKeys",
],
"propertiesToStringify": [],
},
"fieldMetadata": {
"propertiesToCompare": [
@@ -1068,6 +1068,11 @@ export const ALL_ENTITY_PROPERTIES_CONFIGURATION_BY_METADATA_NAME = {
toStringify: false,
universalProperty: undefined,
},
hotKeys: {
toCompare: true,
toStringify: true,
universalProperty: undefined,
},
workflowVersionId: {
toCompare: false,
toStringify: false,