Fix tag pane refresh after adding tag to item
This commit is contained in:
parent
9bf8333ea8
commit
d5756c1168
|
@ -397,7 +397,7 @@ Zotero.Tag.prototype.save = function () {
|
||||||
//Zotero.Notifier.trigger('add', 'tag-item', this.id + '-' + itemID);
|
//Zotero.Notifier.trigger('add', 'tag-item', this.id + '-' + itemID);
|
||||||
|
|
||||||
// TODO: notify linked items of name changes?
|
// TODO: notify linked items of name changes?
|
||||||
// Zotero.Notifier.trigger('modify', 'item', itemIDs);
|
Zotero.Notifier.trigger('modify', 'item', removed.concat(newids));
|
||||||
}
|
}
|
||||||
|
|
||||||
Zotero.DB.commitTransaction();
|
Zotero.DB.commitTransaction();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user