UI Dialog: Was passing wrong field data for makeFields event

This commit is contained in:
Brian Federle 2014-03-05 13:34:48 -08:00
parent b06e66c50a
commit e1e554277a

View File

@ -72,7 +72,7 @@
$(window).trigger('cloudStack.createForm.makeFields', {
$form: $form,
fields: fields
fields: args.form.fields
});
var ret = function() {