Keep sidebar present when showing error "Unknown administration panel" error
Reported by: |
Ryan J Ollos |
Owned by: |
|
Priority:
|
normal
|
Milestone:
|
|
Component:
|
admin/web
|
Version:
|
|
Severity:
|
normal
|
Keywords:
|
|
Cc:
|
|
Branch:
|
|
Release Notes:
|
|
API Changes:
|
|
Internal Changes:
|
|
When the path matches /admin
but does not match any IAdminPanelProvider
s, we see:
It would be nice if we could keep the navigation sidebar visible when rendering the message.
Change History
(5)
Description: |
modified (diff)
|
Milestone: |
next-dev-1.3.x
|
Resolution: |
→ wontfix
|
Status: |
new → closed
|
Type: |
defect → enhancement
|
I experimented with this a bit, but I think it's probably not worth implementing.
trac/admin/templates/admin.html
trac/admin/web_ui.py
raise HTTPNotFound(_("Unknown administration panel"))'active_cat': cat_id, 'active_panel': panel_id,