
Asaf Shakarchi has submitted this change and it was merged. Change subject: webadmin: Fix message when detaching StorageDomain with floating disks(#848795) ...................................................................... webadmin: Fix message when detaching StorageDomain with floating disks(#848795) https://bugzilla.redhat.com/848795 Storage Domain may contain only floating disks which are not attached to a VM nor Template, The current message: "Error while executing action: Cannot detach Storage Domain while VMs/Templates reside on it." Is inappropriate for the situation described above, Changed message to: "Cannot detach a non empty Storage Domain, please remove all VMs / Templates / Disks and try again". Change-Id: Ied86df5375bf59f4878764297d395d4a5f29d7d9 Signed-off-by: Asaf Shakarchi <asaf@redhat.com> --- M backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java M frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties 4 files changed, 7 insertions(+), 7 deletions(-) Approvals: Asaf Shakarchi: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/7883 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ied86df5375bf59f4878764297d395d4a5f29d7d9 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Asaf Shakarchi <asaf@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Asaf Shakarchi <asaf@redhat.com> Gerrit-Reviewer: Ayal Baron <abaron@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com>