Details
-
Bug
-
Resolution: Unresolved
-
Neutral
-
None
-
6.2.39
-
None
Description
The url should always reflect the current state within admincentral. There should not be any data in the fragment portion of the url that does not correspond with the current selected view.
Let consider the change in behaviour of the Groovy app from v5.7.29 to v6.2.39
Reproduce
- Using Magnolia 5.7.29
- Open the Groovy app and select the node "deleteSomeContacts"
- Keeping the node selected change the subapp to the Groovy Console.
- Using Magnolia 6.2.39
- Open the Groovy app and select the node "deleteSomeContacts"
- Keeping the node selected change the subapp to the Groovy Console.
Expected
The url fragment should behave the same way it did in 5.7.29. Even though the node "deleteSomeContacts" is selected in the browser it should not show as part of the fragment when switching to the console.
Actual
The url fragment holds the name of the node selected even as you move through the other subapps within the apps.
Notes
This will also become an issue when migrating the Security app. The Security app is an example of an app which has multiple browser subapps. As I move from "Users" to "System Users" I cannot have the url holding data from Users. The url needs to reflect the current visible state.