Fix status indicator for successful PDF retrieval in progress window
This commit is contained in:
parent
f3964972ff
commit
ab27dd154e
1 changed files with 3 additions and 1 deletions
|
@ -1387,7 +1387,9 @@ Zotero.Attachments = new function(){
|
|||
current.result = attachment;
|
||||
progressQueue.updateRow(
|
||||
current.item.id,
|
||||
Zotero.ProgressQueue.ROW_FAILED,
|
||||
attachment
|
||||
? Zotero.ProgressQueue.ROW_SUCCEEDED
|
||||
: Zotero.ProgressQueue.ROW_FAILED,
|
||||
attachment
|
||||
? attachment.getField('title')
|
||||
: Zotero.getString('findPDF.noPDFFound')
|
||||
|
|
Loading…
Add table
Reference in a new issue