Fix tag pane refresh after adding tag to item

This commit is contained in:
Dan Stillman 2008-06-17 07:08:13 +00:00
parent d090f85fac
commit 3c04d3ea44

View File

@ -397,7 +397,7 @@ Zotero.Tag.prototype.save = function () {
//Zotero.Notifier.trigger('add', 'tag-item', this.id + '-' + itemID);
// TODO: notify linked items of name changes?
// Zotero.Notifier.trigger('modify', 'item', itemIDs);
Zotero.Notifier.trigger('modify', 'item', removed.concat(newids));
}
Zotero.DB.commitTransaction();