mirror of https://github.com/apache/cloudstack.git
UI Dialog: Was passing wrong field data for makeFields event
This commit is contained in:
parent
b06e66c50a
commit
e1e554277a
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
$(window).trigger('cloudStack.createForm.makeFields', {
|
||||
$form: $form,
|
||||
fields: fields
|
||||
fields: args.form.fields
|
||||
});
|
||||
|
||||
var ret = function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue