Description of issue or problem I’m having:
The XML export and the PKP PN plugin are failing on old volumes created in OJS 2 because some submissions contain files with a file_stage
that was wiped from the code in OJS 3. We already know that file_stage
7 (SUBMISSION_FILE_FAIR_COPY
) should be mapped to 15 (as per Fair Copy files not migrated when upgrading from OJS 2 to 3 · Issue #7470 · pkp/pkp-lib · GitHub). But what would be the appropriate replacement for file_stage
8 SUBMISSION_FILE_EDITOR
?
Thank you!