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
@@ -39,6 +39,7 @@ export const fromCommandMenuItemManifestToUniversalFlatCommandMenuItem = ({
availabilityObjectMetadataUniversalIdentifier:
commandMenuItemManifest.availabilityObjectUniversalIdentifier ?? null,
engineComponentKey: null,
hotKeys: null,
workflowVersionId: null,
createdAt: now,
updatedAt: now,