-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Component/s: Seam / JSF UI
-
Tags:
-
Backlog priority:350
-
Impact type:API change, API added
-
Upgrade notes:
On the Archived versions sub-tab, we need to be able to select versions and to apply contributed actions to the selected versions (mass actions).
We also need to be able to contribute actions available for each version item (for example View archived version).
This implies:
- Having a CURRENT_SELECTION_VERSIONS documents list.
- Using the PageSelection<VersionModel> type for the version items, so they can be selected.
- Contributing the actions available for the CURRENT_VERSION_SELECTION_LIST category (for now only Delete).
- Contributing the actions available for the VERSION_LIST_ITEM category (for now only Restore and View archived version).
- Updating the XHTML template to:
- Have a checkbox for each version item.
- Display the actions of the CURRENT_VERSION_SELECTION_LIST category below the version table.
- Display the actions of the VERSION_LIST_ITEM category next to each version item.