mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
multiEdit: Pass context to tagger widget
This commit is contained in:
parent
874536a768
commit
53cc0a953d
@ -339,7 +339,11 @@
|
|||||||
|
|
||||||
if (options.tags) {
|
if (options.tags) {
|
||||||
$(':ui-dialog').append(
|
$(':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…
x
Reference in New Issue
Block a user