The first stage of the new "Select All" feature only covered two scenarios: either select all items or none.
We should add this new feature to the "Select All", according to with the acceptance criteria defined in WEBUI-299.
To accomplish this, we should add an API to manage an exclusion list. The view should keep track of unselected items and the nuxeo-operation should be responsible for composing the new BAF parameter to exclude those documents.
We also need to remove specific parts of the code done intentionally under the implementation of "Select All" that disable unselection of particular items.
- is related to
-
ELEMENTS-1422 Add unit tests for unselect some
- Resolved
-
WEBUI-854 Update selected items in selection toolbar
- Resolved
-
WEBUI-299 Unselect some documents from a results listing
- Resolved
- is required by
-
WEBUI-432 Add functional tests to "Unselect some" feature
- Resolved