Bug #5098
select all boxes are global across all lists
Description
Currently nutupane select all boxes are global across all lists. So if you have a nutupane with a details table in the details pane, select one 'select all' box will select the other.
Associated revisions
History
#1
Updated by Eric Helms about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset katello|commit:670959802941217f2879772973726055d66a93a1.
#2
Updated by Eric Helms almost 9 years ago
- Triaged changed from No to Yes
#3
Updated by Eric Helms almost 9 years ago
- Legacy Backlogs Release (now unused) set to 13
Fixes #5098: Table select all checkboxes no longer trigger one another.
Previously, the select all functionality was tied to the assumption that a
table variable existed attached to the scope; however, this use of a table
variable reflected that created by an outside controller and not the internal
scope of the directive.
Changes the handling of select all internally within alch table by
introducing a private variable that belongs to each instance of alch-table.
Methods were introduced to wrap the internal variable to enforce the internal
nature of the variable.