diff --git a/ui/scripts/ui/dialog.js b/ui/scripts/ui/dialog.js index fd81e25f6aa..035c3554e78 100644 --- a/ui/scripts/ui/dialog.js +++ b/ui/scripts/ui/dialog.js @@ -86,6 +86,10 @@ context: args.context }); } + + $(window).trigger('cloudStack.createForm.open', { + $form: $form + }); }, buttons: [{ text: createLabel ? createLabel : _l('label.ok'),