Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

The generic behavior and overview of multi-select feature is as follows:

  1.  Presentation
    1. It will appear as a check-box for all the relevant tables in the first column.
    2. If selected, the corresponding row will be highlighted using a chosen color scheme.
  2. Operations
    1. For Parents
      1. 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.
      2. Children (with filter applied) can be selected using the context menu.
    2. At leaf level
      1. Every click will toggle the state of check-box.
    3. Multi-select will work only on the entities visible on the current page (for paginated views).
  3. Operations not enabled for multi-select
    1. 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.

...

  1. Delete Releases : Select all the releases (which you wish to delete) and press the delete button.
  2. 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:

...