Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
None
-
5.6
-
None
-
None
Description
info.magnolia.ui.contentapp.browser.action.ShowVersionsAction.getLocation() only allow to open versions when the subappid is 'detail':
return new DetailLocation(appContext.getName(), "detail", DetailView.ViewType.VIEW, path, getVersionName());
It should be useful to allow include by configuration a property subAppId in the action (f.e, info.magnolia.ui.contentapp.detail.action.AbstractItemActionDefinition currently includes it), to be able to specify the name of the subappid. This is a small change that might be useful to allow users to work with multiple subapps and with multiple types (see SUPPORT-8185 for further information).
Checklists
Acceptance criteria