-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.4.1
-
Fix Version/s: 5.4.1-HF17, 5.4.2-RC1, 5.4.2
-
Component/s: None
-
Tags:
-
Impact type:API added
-
Upgrade notes:
Currently only one tab can be selected, in the "VIEW_ACTIONS_LIST" category.
We need to handle several kinds of current tabs (depending on the actions category) so that we can:
- define bookmarkable tabs on a different view than 'view_documents' for documents
- define bookmarkable urls on admin pages (admin center, user center...)
- define several current tabs in case there are multiple tabs on the same page.
For this we need to:
- improve WebActions to make it handle more than one current tab
- make it reset its current tabs not only when current document changes
- propagate the current tabs that should be selected when clicking on a default document link (depending on the JSF view)
- depends on
-
NXP-6795 Make it possible not to call URL pattern bindings setters or getters
- Resolved