View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006466 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2016-08-05 13:34 | 2024-05-16 09:35 |
Reporter | s.krenz | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Summary | 0006466: Custom navigation menu entries are not shown under "Admin Roles". | ||||
Description | In the OXID admin, it is possible to add new sections (aka. OXMENU in XML). These new sections are not shown in the "Admin Roles" configuration. This happened because only the first "OXMENU" entry and it's child nodes is used. any other is ignored. | ||||
Steps To Reproduce | Create a module with a "menu.xml" file and put something like this in it: <?xml version="1.0"?> <OX> <OXMENU id="EXAMPLE_OXMENU"> <MAINMENU id="EXAMPLE_MAINMENU"> <SUBMENU id="EXAMPLE_SUBMENU" cl="example_cl" list="example_list"> <TAB id="EXAMPLE_TAB" cl="example_main" /> </SUBMENU> </MAINMENU> </OXMENU> </OX> The new entry is shown in the left navigation frame, but not in the Admin-Roles. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||