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
04ac28202f
commit
5fa4f4cf37
|
|
@ -366,6 +366,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