Another Zotero.Tags.getID() fix after e2cbfbd0fe
This commit is contained in:
parent
10806c0a2d
commit
0539aa244a
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ Zotero.Tags = new function() {
|
|||
|
||||
yield Zotero.DB.executeTransaction(function* () {
|
||||
var oldItemIDs = yield this.getTagItems(libraryID, oldTagID);
|
||||
var newTagID = this.getID(newName, true);
|
||||
var newTagID = yield this.create(newName);
|
||||
|
||||
yield Zotero.Utilities.Internal.forEachChunkAsync(
|
||||
oldItemIDs,
|
||||
|
|
Loading…
Reference in a new issue