mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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', {
|
$(window).trigger('cloudStack.createForm.makeFields', {
|
||||||
$form: $form,
|
$form: $form,
|
||||||
fields: fields
|
fields: args.form.fields
|
||||||
});
|
});
|
||||||
|
|
||||||
var ret = function() {
|
var ret = function() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user