Tomas Jelinek has uploaded a new change for review. Change subject: webadmin: Exception when removing disk from running VM (#825786) ......................................................................
webadmin: Exception when removing disk from running VM (#825786) https://bugzilla.redhat.com/825786 Have a runnig VM with disk called 'someDisk', than Disks main tab -> select 'someDisk' -> remove The dialog will stay there forever. The problem was, that in the git commit: 68e93097e9e4bf14f5fd6c50180125fa6d85595a the new command RemoveDisk has been introduced, but was not mentioned in the LocalizedEnums.(java,properties) files, but EnumTranslator expected it. Fixed by completing the method VdcActionType___RemoveDisk to LocalizedEnums.java and the corresponding row to the LocalizedEnums.properties Change-Id: I4a528800a92b348bf06015c03ba842ed9eb14b91 Signed-off-by: Tomas Jelinek <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/LocalizedEnums.java M frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties 2 files changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/92/5292/1 -- To view, visit http://gerrit.ovirt.org/5292 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4a528800a92b348bf06015c03ba842ed9eb14b91 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
