Add shortcut on dashboard workspace entity + add shortcuts (#15603)

syncmetadata required!
closes
https://discord.com/channels/1130383047699738754/1435260594176393256

---------

Co-authored-by: bosiraphael <raphael.bosi@gmail.com>
Co-authored-by: Raphaël Bosi <71827178+bosiraphael@users.noreply.github.com>
This commit is contained in:
nitin
2025-11-05 19:12:37 +05:30
committed by GitHub
parent 5dfb0dfc4b
commit 636c564168
8 changed files with 95 additions and 21 deletions
@@ -41,6 +41,7 @@ export const SEARCH_FIELDS_FOR_DASHBOARD: FieldTypeAndNameMetadata[] = [
labelPlural: msg`Dashboards`,
description: msg`A dashboard`,
icon: STANDARD_OBJECT_ICONS.dashboard,
shortcut: 'D',
labelIdentifierStandardId: DASHBOARD_STANDARD_FIELD_IDS.title,
})
@WorkspaceIsSearchable()