Daniel Erez has submitted this change and it was merged.
Change subject: webadmin: NPE fix when adding a domain (#856583)
......................................................................
webadmin: NPE fix when adding a domain (#856583)
When trying to add a storage domain with a not-supported format there
was an NPE causing a bad error message instead of the correct one.
This was caused since the StorageModel in StorageListModel
wasn't set to the selected item. It is now.
Change-Id: I07cb27ce4c50410840032cdda06deb3b20a5aa8b
Bug-Url:
https://bugzilla.redhat.com/856583
Signed-off-by: Vered Volansky <vvolansk(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageListModel.java
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Daniel Erez: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/9259
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I07cb27ce4c50410840032cdda06deb3b20a5aa8b
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vered Volansky <vvolansk(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Vered Volansky <vvolansk(a)redhat.com>