Modify ↓
Opened 16 years ago
Closed 15 years ago
#7828 closed enhancement (fixed)
[patch] Ensure that Basic Settings is always first admin panel
Reported by: | ebray | Owned by: | ebray |
---|---|---|---|
Priority: | normal | Milestone: | 0.12 |
Component: | admin/web | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I have a plugin that provides an admin panel called "Advanced Settings" to the "General" category, so it ends up at the top of the admin navigation, and is the default admin panel.
But I certainly don't want "Advanced Settings" to be the default panel that users see when they click on the 'Admin' mainnav link.
So this ensures that the basic admin panel is always first.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | admin_panel_ordering-r7698.patch added |
---|
comment:1 by , 16 years ago
Milestone: | → 0.12 |
---|---|
Owner: | set to |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch applied in [8466], thanks!
Note:
See TracTickets
for help on using tickets.
That patch seems fine.