mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 23:15:34 +08:00
Fix task tags modal [SCI-2875]
This commit is contained in:
parent
afe5db5cf3
commit
df938a8ba5
1 changed files with 1 additions and 0 deletions
|
@ -862,6 +862,7 @@ function bindEditTagsAjax(elements) {
|
|||
// Initialize ajax listeners and elements style on modal body. This
|
||||
// function must be called when modal body is changed.
|
||||
function initTagsModalBody(data) {
|
||||
manageTagsModal.data('module-id', data.my_module.id)
|
||||
manageTagsModalBody.html(data.html);
|
||||
manageTagsModalBody.find(".selectpicker").selectpicker();
|
||||
initAddTagForm();
|
||||
|
|
Loading…
Reference in a new issue