[2.3 UI] Check all box in Nodes listing page does not select all nodes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Blake Rouse | ||
2.2 |
Fix Released
|
High
|
Blake Rouse |
Bug Description
Steps to reproduce:
1. Go to Nodes listing page in the UI where several nodes are listed.
2. Click on the top selection box to "check all" nodes.
3. Only the box is check, and no other nodes are also checked.
$ dpkg -l '*maas*'|cat
Desired=
| Status=
|/ Err?=(none)
||/ Name Version Architecture Description
+++-===
ii maas 2.3.0~alpha1+
ii maas-cli 2.3.0~alpha1+
un maas-cluster-
ii maas-common 2.3.0~alpha1+
ii maas-dhcp 2.3.0~alpha1+
ii maas-dns 2.3.0~alpha1+
ii maas-proxy 2.3.0~alpha1+
ii maas-rack-
ii maas-region-api 2.3.0~alpha1+
ii maas-region-
un maas-region-
un python-django-maas <none> <none> (no description available)
un python-maas-client <none> <none> (no description available)
un python-
ii python3-django-maas 2.3.0~alpha1+
ii python3-maas-client 2.3.0~alpha1+
ii python3-
Related branches
- Blake Rouse (community): Approve
-
Diff: 236 lines (+34/-33)3 files modifiedsrc/maasserver/static/js/angular/directives/machines_table.js (+14/-14)
src/maasserver/static/js/angular/directives/tests/test_machines_table.js (+19/-18)
src/maasserver/static/partials/machines-table.html (+1/-1)
- Andres Rodriguez (community): Approve
-
Diff: 236 lines (+34/-33)3 files modifiedsrc/maasserver/static/js/angular/directives/machines_table.js (+14/-14)
src/maasserver/static/js/angular/directives/tests/test_machines_table.js (+19/-18)
src/maasserver/static/partials/machines-table.html (+1/-1)
Changed in maas: | |
importance: | High → Critical |
importance: | Critical → High |
Changed in maas: | |
assignee: | nobody → Blake Rouse (blake-rouse) |
status: | Triaged → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 2.3.0 → 2.3.0alpha1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |