Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
1.2.6, 2.0.0
-
-
Yes
-
AuthX 23
-
2
Description
Steps to reproduce
- Create an app and set a rootPath in the browser subapp datasource:
subApps: browser: datasource: rootPath: /myRootPath/
- Add an Item within the root path
- Close the app
- Search for the item in the find-bar
- Click on the result
- The right app is open, but the result is not preselected
Â
Expected results
The url contains the full path of the node, to highlight/select it correctly:
http://localhost:8080/dev/.magnolia/admincentral#app:myApp:browser;/myRootPath/myItem:edit
Actual results
The url does not contain the rootPath, and therefore the node path is not absolute and the item is not preselected/highlighted:
http://localhost:8080/dev/.magnolia/admincentral#app:myApp:browser;myItem:edit
Workaround
Development notes
Checklists
Acceptance criteria