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;
|
current.result = attachment;
|
||||||
progressQueue.updateRow(
|
progressQueue.updateRow(
|
||||||
current.item.id,
|
current.item.id,
|
||||||
Zotero.ProgressQueue.ROW_FAILED,
|
attachment
|
||||||
|
? Zotero.ProgressQueue.ROW_SUCCEEDED
|
||||||
|
: Zotero.ProgressQueue.ROW_FAILED,
|
||||||
attachment
|
attachment
|
||||||
? attachment.getField('title')
|
? attachment.getField('title')
|
||||||
: Zotero.getString('findPDF.noPDFFound')
|
: Zotero.getString('findPDF.noPDFFound')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue