mirror of https://github.com/apache/cloudstack.git
multiEdit: Pass context to tagger widget
This commit is contained in:
parent
e97c47b9ae
commit
c5dc569aaa
|
|
@ -340,7 +340,11 @@
|
|||
|
||||
if (options.tags) {
|
||||
$(':ui-dialog').append(
|
||||
$('<div>').addClass('multi-edit-tags').tagger(options.tags)
|
||||
$('<div>').addClass('multi-edit-tags').tagger($.extend(true, {}, options.tags, {
|
||||
context: $.extend(true, {}, options.context, {
|
||||
multiRule: [multiRule]
|
||||
})
|
||||
}))
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue