Skip to content

Commit 7e7641f

Browse files
author
Jessica Wang
committed
CLOUDSTACK-7892: UI > Infrastructure > zones > zone > detailView > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'.
1 parent b12207c commit 7e7641f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ui/scripts/system.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8189,6 +8189,12 @@
81898189
},
81908190
success: function (json) {
81918191
selectedZoneObj = json.listzonesresponse.zone[0];
8192+
8193+
$(window).trigger('cloudStack.module.sharedFunctions.addExtraProperties', {
8194+
obj: selectedZoneObj,
8195+
objType: "Zone"
8196+
});
8197+
81928198
$.ajax({
81938199
url: createURL('listDedicatedZones'),
81948200
data: {

0 commit comments

Comments
 (0)