GUI shows invalid service name as valid when deploying ghost
Bug #1252578 reported by
Jeff Pihach
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-gui |
Fix Released
|
High
|
Jeff Pihach |
Bug Description
When trying to deploy failtester in the GUI on LXC I changed the service name to be 'failtester-2' to which core replied with:
{"RequestId"
The GUI showed that the name was valid because the only validation we do is that it doesn't exist on the page.
The error message that the GUI showed was simply 'unable to deploy charm' without the real error message being propagated to the user.
Related branches
lp://staging/~hatch/juju-gui/service-name-1252578
- Juju GUI Hackers: Pending requested
-
Diff: 182 lines (+106/-9)4 files modifiedapp/views/ghost-inspector.js (+13/-9)
app/views/utils.js (+14/-0)
test/test_ghost_inspector.js (+19/-0)
test/test_utils.js (+60/-0)
summary: |
- GUI says invalid service name is valid causing hidden failure when - deploying ghost + GUI shows invalid service name as valid when deploying ghost |
Changed in juju-gui: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in juju-gui: | |
assignee: | nobody → Jeff Pihach (hatch) |
status: | Triaged → In Progress |
Changed in juju-gui: | |
status: | In Progress → Fix Committed |
Changed in juju-gui: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.