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
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue