Fix pin notes with grid icon..

This commit is contained in:
Matias De lellis
2020-06-17 15:48:00 -03:00
parent ecfbcd42bc
commit d1587541c3
4 changed files with 13 additions and 13 deletions

View File

@@ -168,7 +168,7 @@ const QnDialogs = {
}
});
input.val(selectedUsers.map(function (value) { return value.name }));
input.val(selectedUsers.map(function (value) { return value.shared_user }));
input.trigger("change");
$('.select2-input').on("keyup", function (event) {