Download missing attachments as needed even in at-sync-time mode
This commit is contained in:
parent
3a2f0e6929
commit
9202ab8b3c
2 changed files with 52 additions and 50 deletions
|
@ -4123,8 +4123,7 @@ var ZoteroPane = new function()
|
|||
}
|
||||
else {
|
||||
if (!item.isImportedAttachment()
|
||||
|| (!Zotero.Sync.Storage.Local.getEnabledForLibrary(item.libraryID)
|
||||
|| !Zotero.Sync.Storage.Local.downloadAsNeeded(item.libraryID))) {
|
||||
|| !Zotero.Sync.Storage.Local.getEnabledForLibrary(item.libraryID)) {
|
||||
this.showAttachmentNotFoundDialog(itemID, noLocateOnMissing);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue