[2.5, UI] Tags don't show in the UI for controllers
Bug #1806862 reported by
Alberto Donato
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Medium
|
Newell Jensen | ||
2.5 |
Fix Released
|
Medium
|
Newell Jensen |
Bug Description
From the controller details page:
- in the "Controller summary" tab, the Tags card says "No tags" even if the node has tags assigned to it.
- in the "Configuration" tab, if I click to edit tags the list is empty (the machine already has tags). If I add more, the operation succeeds (I see the tag added in the db) but the list is still empty.
Related branches
~newell-jensen/maas:2.5-lp1806862
- Newell Jensen (community): Approve
-
Diff: 92 lines (+23/-9)3 files modifiedsrc/maasserver/websockets/handlers/controller.py (+2/-1)
src/maasserver/websockets/handlers/node.py (+5/-5)
src/maasserver/websockets/handlers/tests/test_controller.py (+16/-3)
~newell-jensen/maas:lp1806862
Merged
into
maas:master
- Alberto Donato: Approve
- MAAS Lander: Approve
-
Diff: 92 lines (+23/-9)3 files modifiedsrc/maasserver/websockets/handlers/controller.py (+2/-1)
src/maasserver/websockets/handlers/node.py (+5/-5)
src/maasserver/websockets/handlers/tests/test_controller.py (+16/-3)
summary: |
- Tags don't show in the UI for conrtollers + Tags don't show in the UI for controllers |
Changed in maas: | |
importance: | Undecided → Medium |
status: | New → Triaged |
milestone: | none → 2.5.1 |
summary: |
- Tags don't show in the UI for controllers + [2.5, UI] Tags don't show in the UI for controllers |
Changed in maas: | |
assignee: | nobody → Steve Rydz (steverydz) |
status: | Triaged → In Progress |
Changed in maas: | |
assignee: | Steve Rydz (steverydz) → nobody |
Changed in maas: | |
assignee: | nobody → Alberto Donato (ack) |
Changed in maas: | |
milestone: | 2.5.1 → 2.5.2 |
Changed in maas: | |
assignee: | Alberto Donato (ack) → Newell Jensen (newell-jensen) |
Changed in maas: | |
milestone: | 2.5.2 → 2.5.3 |
Changed in maas: | |
status: | Incomplete → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 2.5.3 → 2.6.0 |
milestone: | 2.6.0 → 2.6.0alpha1 |
milestone: | 2.6.0alpha1 → 2.6.0alpha2 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
From my investigation this appears to be because when submitted the saved tags, the following error comes back from the websocket:
{"power_ parameters" : ["This field is required."]}