Don't update Date Modified when syncing related items
This caused all items with related items to lose their Date Modified when synced down.
This commit is contained in:
parent
0a8990947c
commit
16327ddad6
|
@ -3345,7 +3345,9 @@ Zotero.Sync.Server.Data = new function() {
|
|||
}
|
||||
item.addRelatedItem(relItem.id);
|
||||
}
|
||||
item.save();
|
||||
item.save({
|
||||
skipDateModifiedUpdate: true
|
||||
});
|
||||
}
|
||||
}
|
||||
else if (type == 'tag') {
|
||||
|
|
Loading…
Reference in New Issue
Block a user