Repository: cloudstack
Updated Branches:
  refs/heads/4.5 11c53f044 -> 429ea8bc9


CLOUDSTACK-7796: UI > Infrastructure > zones > zone > details tab > 
dataProvider > remove unnecessary module check.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/429ea8bc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/429ea8bc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/429ea8bc

Branch: refs/heads/4.5
Commit: 429ea8bc957ed6ed238ccf6f77be718d7ba0ff81
Parents: 11c53f0
Author: Jessica Wang <jessicaw...@apache.org>
Authored: Tue Oct 28 11:28:30 2014 -0700
Committer: Jessica Wang <jessicaw...@apache.org>
Committed: Tue Oct 28 11:28:30 2014 -0700

----------------------------------------------------------------------
 ui/scripts/system.js | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/429ea8bc/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 4ec23c7..fd4df48 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -8237,11 +8237,7 @@
                                                         }
                                                         //override default 
error handling: cloudStack.dialog.notice({ message: 
parseXMLHttpResponse(XMLHttpResponse)});
                                                     });
-                                                    
-                                                    if 
(isModuleIncluded("dr")) {
-                                                        
cloudStack.dr.sharedFunctions.addExtraProperties(selectedZoneObj, "Zone");
-                                                    }
-                                                    
+                                                   
                                                     args.response.success({
                                                         actionFilter: 
zoneActionfilter,
                                                         data: selectedZoneObj

Reply via email to