mirror of
https://github.com/zotero/zotero.git
synced 2026-09-27 01:21:27 +00:00
* support adding a note from connector - pass canUserAddNote flag in ping response to tell the connector that it should display a note field - when the connector sends a note, create a child note item if it does not yet exist and set its content. If the child item for user-added notes is already created, update it - if the connector sends an empty note, user-added child note item is deleted - record child notes added by the user in _userAddedNotes cache to distinguish between user added notes and notes added by the connector automatically - if the target library changes, child note items are moved to the new library as well. _userAddedNotes will be updated to reflect new itemIDs - if there are multiple toplevel items being added, the note is added to all of them Also fix breakage when switching between collections from different libraries. Fixes: #5331 |
||
|---|---|---|
| .. | ||
| components | ||
| content | ||
| resource | ||
| tests | ||
| chrome.manifest | ||
| runtests.sh | ||