Project

General

Profile

Bug #5098

select all boxes are global across all lists

Added by Justin Sherrill about 9 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Web UI
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Fixed in Releases:
Found in Releases:
Red Hat JIRA:

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

Revision 67095980 (diff)
Added by Eric Helms about 9 years ago

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.

Revision 47fe81d3
Added by Eric Helms about 9 years ago

Merge pull request #3958 from ehelms/fixes-5098

Fixes #5098: Table select all checkboxes no longer trigger one another.

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

Also available in: Atom PDF