-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The export of articles might fail for different reasons, e.g. if the genre of the submission/article has the wrong category
Line 1193 in aa5b0e7
| if ($genre->getCategory() != GENRE_CATEGORY_DOCUMENT) { |
The error message if something cannot be exported is always the same and indicates missing pdf or epub files. This is confusing if there is in fact a PDF but the export fails for other reasons.
Line 780 in aa5b0e7
| if (!$this->canBeExported($submission, $issue, $galleys, $supplementaryGalleys)) { |
Line 133 in aa5b0e7
| msgstr "The article {$param} cannot be exported because it does not have a PDF or an EPUB galley." |
Would it be possible to supply error messages which indicate what the actual problem is? Thanks a lot.
Metadata
Metadata
Assignees
Labels
No labels