mirror of https://github.com/apache/cloudstack.git
Pass mulit-edit form data to add VM dialogs, as part of context
This commit is contained in:
parent
de3e9c7fcd
commit
a42c837f95
|
|
@ -362,6 +362,7 @@
|
|||
var $listView;
|
||||
var instances = $.extend(true, {}, listView, {
|
||||
context: $.extend(true, {}, context, {
|
||||
multiData: getMultiData($multi),
|
||||
multiRule: options.multiRule ? [options.multiRule] : null
|
||||
}),
|
||||
uiCustom: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue