fix(helpdesk): clicking sidebar icon opens nav panel instead of navigating

Set href to empty string so the Helpdesk sidebar icon toggles the
navigation panel open/closed without navigating to the customers page.
Same pattern as the bookmarks module.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-05 21:49:24 +02:00
parent 1a77c2c9b3
commit bdeb2b9970

View File

@@ -46,7 +46,7 @@ return [
'key' => 'helpdesk',
'label' => 'Helpdesk',
'icon' => 'bi-headset',
'href' => 'helpdesk',
'href' => '',
'permission' => 'helpdesk.access',
'panel_template' => 'templates/aside-helpdesk-panel.phtml',
'details_storage' => 'aside-helpdesk-sections-v1',