mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Fill current tags and selection
This commit is contained in:
@@ -615,9 +615,13 @@ View.prototype = {
|
||||
// handle tags button.
|
||||
$('#modal-note-div #tag-button').click(function (event) {
|
||||
event.stopPropagation();
|
||||
var id = $("#modal-note-div .quicknote").data('id');
|
||||
self._notes.load(id);
|
||||
QnDialogs.tags(
|
||||
self._tags.getAll(),
|
||||
self._notes.getActive().tags,
|
||||
function(result, value) {
|
||||
if (result === true && value) {
|
||||
if (result === true) {
|
||||
OC.Notification.showTemporary("TEST TAGS DIALOG OK");
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user