Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
User preferences (pf_user_dashboard_preferences.quick_actions)
Legacy rows used action_id holding the label text. The app now normalizes reads via normalizeQuickActionPreferences():
- If
action_keyis present, it is used as-is. - If only
action_id(label) exists, the row is mapped usingbuildLegacyLabelPreferenceKeyMap()to the stableaction_key.
action_key only.
Pinned actions (header / palette)
LegacylocalStorage key encore:pinned-quick-actions stored palette ids in the form {moduleId}-{route}.
usePinnedActionsmigrates toencore:pinned-quick-actions-v2storing action_key values.- When a user has a dashboard preferences row for the org, pins sync to
quick_actions[].is_pinned(server-backed). A one-time migration copies local pins into preferences (per org + user session gate insessionStorage).
Rollback
- Revert application changes that write
action_key/is_pinned. - If the migration
20260413180000_pf_quick_action_catalog_and_org_selections.sqlwas applied, droppf_org_quick_action_selectionsandpf_quick_action_catalog(and policies) in a follow-up migration only if no production data was written to those tables.
Org defaults
pf_org_dashboard_defaults.quick_action_defaults uses the same action_key shape. Org admins manage defaults in Organization Dashboard Defaults → Quick actions tab.