Fix rare creator constraint error during syncing after CR

This commit is contained in:
Dan Stillman 2012-02-28 06:21:29 -05:00
parent 06d29fc4da
commit cb19ac18f7

View file

@ -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 = [