mirror of https://github.com/apache/cloudstack.git
Fix tag widget being appended to all dialogs
This commit is contained in:
parent
e5f0799b7a
commit
2ec005c628
|
|
@ -338,7 +338,7 @@
|
|||
});
|
||||
|
||||
if (options.tags) {
|
||||
$(':ui-dialog').append(
|
||||
$(':ui-dialog:last').append(
|
||||
$('<div>').addClass('multi-edit-tags').tagger($.extend(true, {}, options.tags, {
|
||||
context: $.extend(true, {}, options.context, {
|
||||
multiRule: [multiRule]
|
||||
|
|
|
|||
Loading…
Reference in New Issue