Repository: cloudstack Updated Branches: refs/heads/master 6a587646a -> 0aaa53d81
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/0aaa53d8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0aaa53d8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0aaa53d8 Branch: refs/heads/master Commit: 0aaa53d8198754a3dac0d49a82c1b5cd7a04de30 Parents: 6a58764 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:31:23 2014 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0aaa53d8/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