View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006460 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2016-07-27 18:12 | 2024-03-21 15:10 |
Reporter | s.krenz | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 4.10.1 / 5.3.1 | ||||
Summary | 0006460: Broken link in backend navigation pane | ||||
Description | If the option "Enable connection with the OXID servers" (under "Master Settings" --> "Core Settings" --> "Settings" Tab --> "Administration") is disabled, a new entry is shown in the backend navigation pane. The URL of this new link is broken and leads to a logout. | ||||
Steps To Reproduce | 1. Disable the "Enable connection with the OXID servers" setting. 2. Click on "Services Info" in the navigaton pane. | ||||
Additional Information | I investigated the problem and found out that a XML node is missing in the "dynscreen_local.xml" file. The "navigation tree builder" selects all "OXMENU" nodes with a "link" attribute, but the "OXMENU" node is missing in the XML file. A simple solution is to add the OXMENU node from the menu.xml: <?xml version="1.0" encoding="ISO-8859-15"?> <OX> <OXMENU id="NAVIGATION_ESHOPADMIN"> <MAINMENU id="mxservicearea"> <SUBMENU id="mxdynscreenlocal" cl="dynscreen_local" expand="none"></SUBMENU> </MAINMENU> </OXMENU> </OX> Then it works in the correct way. | ||||
Tags | No tags attached. | ||||
Theme | Other | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||