Skip to content

Commit e1e5542

Browse files
committed
UI Dialog: Was passing wrong field data for makeFields event
1 parent b06e66c commit e1e5542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/ui/dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
$(window).trigger('cloudStack.createForm.makeFields', {
7474
$form: $form,
75-
fields: fields
75+
fields: args.form.fields
7676
});
7777

7878
var ret = function() {

0 commit comments

Comments
 (0)