Fixes #1714, Adding by PMID doesn't work for groups
This commit is contained in:
parent
dbcc4408bc
commit
0d9f45b0fa
|
@ -1223,7 +1223,7 @@ Zotero.Translate.prototype._translationComplete = function(returnValue, error) {
|
||||||
+this._generateErrorString(error), 3);
|
+this._generateErrorString(error), 3);
|
||||||
if(this.translator.length > 1) {
|
if(this.translator.length > 1) {
|
||||||
this.translator.shift();
|
this.translator.shift();
|
||||||
this.translate();
|
this.translate(this.libraryID, this.saveAttachments);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user