Overview
The generic behavior and overview of multi-select feature is as follows:
- Presentation
- It will appear as a check-box for all the relevant tables in the first column.
- If selected, the corresponding row will be highlighted using a chosen color scheme.
- Operations
- For Parents
- Every click will toggle the state of check-box and will work only for this specific entity. Children, if required have to be explicitly selected.
- Children (with filter applied) can be selected using the context menu.
- At leaf level
- Every click will toggle the state of check-box.
- Multi-select will work only on the entities visible on the current page (for paginated views).
- For Parents
- Operations not enabled for multi-select
- The operations, which can be performed only on one entity (Insert, Paste), multi-select will disable the operation and will give an error message, if clicked.
...
- Delete Releases : Select all the releases (which you wish to delete) and press the delete button.
- Merge Releases : Select all the releases (which you wish to merge into a target release) and press the delete Merge button.
Test cases
The following operations can be performed using the multi-select feature:
...