fix: correct settings section ID in admin sidebar template
Change section ID from 'settingsSection' to 'settings' to match the core module definition. This restores visibility of settings and my-menu items in the admin sidebar. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -159,9 +159,9 @@
|
||||
</div>
|
||||
|
||||
<!-- Platform Settings Section -->
|
||||
<div x-show="isSectionVisible('settingsSection')">
|
||||
{{ section_header('Platform Settings', 'settingsSection') }}
|
||||
{% call section_content('settingsSection') %}
|
||||
<div x-show="isSectionVisible('settings')">
|
||||
{{ section_header('Platform Settings', 'settings') }}
|
||||
{% call section_content('settings') %}
|
||||
{{ menu_item('settings', '/admin/settings', 'cog', 'General') }}
|
||||
{{ menu_item('email-templates', '/admin/email-templates', 'mail', 'Email Templates') }}
|
||||
<!-- My Menu - super admin only (customize personal sidebar) -->
|
||||
|
||||
Reference in New Issue
Block a user