Daniel Erez has uploaded a new change for review.

Change subject: webamdin: clarify error message on storage creation
......................................................................

webamdin: clarify error message on storage creation

Clarified error message in the webadmin when trying
to create a file storage domain with a used connection:
"Create operation failed. Storage connection is already
used by the following storage domain: {storage_name}."

Change-Id: Ifc91bc60e42c94b972bb8c2c26a2980072bfe43e
Bug-Url: https://bugzilla.redhat.com/1029934
Signed-off-by: Daniel Erez <[email protected]>
---
M 
frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIMessages.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/78/31578/1

diff --git 
a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIMessages.java
 
b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIMessages.java
index 55b5d7e..724ab69 100644
--- 
a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIMessages.java
+++ 
b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIMessages.java
@@ -60,7 +60,7 @@
     @DefaultMessage("This suffix will cause a name collision with another 
cloned Template: {0}.")
     String suffixCauseToClonedTemplateNameCollision(String templateName);
 
-    @DefaultMessage("Create operation failed. Domain {0} already exists in the 
system.")
+    @DefaultMessage("Create operation failed. Storage connection is already 
used by the following storage domain: {0}.")
     String createFailedDomainAlreadyExistStorageMsg(String storageName);
 
     @DefaultMessage("Import operation failed. Domain {0} already exists in the 
system.")


-- 
To view, visit http://gerrit.ovirt.org/31578
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc91bc60e42c94b972bb8c2c26a2980072bfe43e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Daniel Erez <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to