Maor Lipchuk has uploaded a new change for review. Change subject: core: Add missing CDA message to AppErrors ......................................................................
core: Add missing CDA message to AppErrors Adding missing CDA error message of export image to the AppErrors file, so the client will present the message instead of the enum place holder ACTION_TYPE_FAILED_DISK_IS_BEING_EXPORTED. Bug-Url: https://bugzilla.redhat.com/1024887 Signed-off-by: Maor Lipchuk <[email protected]> Change-Id: I2ca5165d007296778f8a80e07c2e088db82e287f --- M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/41/20741/1 diff --git a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java index c169f0f..4c333f5 100644 --- a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java +++ b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java @@ -2746,4 +2746,7 @@ @DefaultStringValue("Cannot ${action} ${type}. The following disk(s) are not attached to any VM: ${diskAliases}.") String ACTION_TYPE_FAILED_DISK_IS_NOT_VM_DISK(); + + @DefaultStringValue("Cannot ${action} ${type}. Disk ${DiskAlias} is being exported.") + String ACTION_TYPE_FAILED_DISK_IS_BEING_EXPORTED(); } -- To view, visit http://gerrit.ovirt.org/20741 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2ca5165d007296778f8a80e07c2e088db82e287f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Maor Lipchuk <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
