Networks tab unexpectedly locked after saving changes
Bug #1518201 reported by
Julia Aranovich
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
High
|
Vitaly Kramskikh |
Bug Description
Steps to reproduce:
1. create default env
2. go to Networks tab
3. set vlan id range as 10-10 in L2 setting section
4. click Save Changes
Expected result: changes are not saved because of Nailgun returns validation error (vlan id range should contain more than 1 id).Controls and Save Changes button is not disabled.
Actual result: the tab stays locked, including Save Changes button. No errors shown on UI. And JS exception in browser console.
description: | updated |
Changed in fuel: | |
assignee: | Alexandra Morozova (astepanchuk) → Vitaly Kramskikh (vkramskikh) |
tags: | added: on-verification |
tags: | removed: on-verification |
To post a comment you must log in.
The issue is that UI expects to get a 'check_networks' task after saving failure. But this task does not come, because data saving failed in Nailgun validator, not netwok checker. UI should support such cases.