Greg Sheremeta has uploaded a new change for review.

Change subject: engine: added missing edit_pool helpTag
......................................................................

engine: added missing edit_pool helpTag

Added back the missing edit_pool hashName and helpTag. Somehow it was
removed in http://gerrit.ovirt.org/#/c/15048/

Change-Id: I623136a3630fca1cd7b829972d537d02ff3d1c52
Signed-off-by: Greg Sheremeta <gsher...@redhat.com>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/help/HelpTag.java
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/pools/PoolListModel.java
2 files changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/06/24206/1

diff --git 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/help/HelpTag.java
 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/help/HelpTag.java
index f47a11c..ed9b38c 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/help/HelpTag.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/help/HelpTag.java
@@ -146,6 +146,8 @@
 
     edit_network_qos("edit_network_qos", "'Data Centers' main tab -> 'Network 
QoS' sub-tab -> 'Edit Network QoS' dialog"), //$NON-NLS-1$ //$NON-NLS-2$
 
+    edit_pool("edit_pool", "Pools Tab > Edit Pool"), //$NON-NLS-1$ 
//$NON-NLS-2$
+
     edit_provider("edit_provider", "[Neutron integration] 'Providers' main tab 
-> 'Edit Provider' dialog"), //$NON-NLS-1$ //$NON-NLS-2$
 
     edit_tag("edit_tag", "Main > tags > Edit Tag"), //$NON-NLS-1$ //$NON-NLS-2$
diff --git 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/pools/PoolListModel.java
 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/pools/PoolListModel.java
index c939ae2..bbdaac9 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/pools/PoolListModel.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/pools/PoolListModel.java
@@ -322,6 +322,8 @@
                         model.getCommands().add(command);
 
                         
model.setTitle(ConstantsManager.getInstance().getConstants().editPoolTitle());
+                        model.setHelpTag(HelpTag.edit_pool);
+                        model.setHashName("edit_pool"); //$NON-NLS-1$
                         model.initialize(getSystemTreeSelectedItem());
                         model.getName().setEntity(pool.getName());
                         
model.getDescription().setEntity(pool.getVmPoolDescription());


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I623136a3630fca1cd7b829972d537d02ff3d1c52
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Greg Sheremeta <gsher...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to