commit cb19ac18f7f0817e814ffea3ce05769a1c6b289d parent 06d29fc4da827c73f6e523bdb7e6a2937b6100cf Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 28 Feb 2012 06:21:29 -0500 Fix rare creator constraint error during syncing after CR Diffstat:
| M | chrome/content/zotero/xpcom/data/creator.js | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/data/creator.js b/chrome/content/zotero/xpcom/data/creator.js @@ -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 = [