zotero/chrome/content
Dan Stillman 4a30dd2e4f Fix potential sync error after Replace Online Library in group
https://forums.zotero.org/discussion/104431/syncing-problem

Replace Online Library can upload annotations created by others in a
group library, so if the upload resulted in a local write, "Cannot edit
item in library" was thrown, since annotations by others aren't
writable. This should've only been a problem if the uploaded data was
actually modified by the server, but we were also checking whether
objects were editable before checking if they had actually changed, so
it would happen for any upload of another person's annotation.

This fixes the order of checks when saving objects and makes an
edit-check exception for saving uploaded data for group annotations.
2023-04-21 06:51:25 -04:00
..
scaffold Merge pull request #2784 from AbeJellinek/fx-compat-loadDocument 2023-04-14 15:07:26 -04:00
zotero Fix potential sync error after Replace Online Library in group 2023-04-21 06:51:25 -04:00
zotero-platform Don't add border to the top/sides of the toolbar on Windows (#3061) 2023-04-06 01:04:00 -04:00