Fix rare creator constraint error during syncing after CR
This commit is contained in:
parent
06d29fc4da
commit
cb19ac18f7
1 changed files with 3 additions and 0 deletions
|
@ -227,6 +227,9 @@ Zotero.Creator.prototype.save = function () {
|
|||
|
||||
if (!creatorDataID) {
|
||||
var creatorDataID = Zotero.Creators.getDataID(this, true);
|
||||
if (creatorDataID != this.creatorDataID) {
|
||||
this._creatorDataID = creatorDataID;
|
||||
}
|
||||
}
|
||||
|
||||
var columns = [
|
||||
|
|
Loading…
Add table
Reference in a new issue