pkp / pkp-lib

The library used by PKP's applications OJS, OMP and OPS, open source software for scholarly publishing.
https://pkp.sfu.ca
GNU General Public License v3.0
297 stars 443 forks source link

[OJS] Modify submission date using QuickSubmit plugin #5418

Open fmotoki opened 4 years ago

fmotoki commented 4 years ago

Hi! QuickSubmit for OJS3 no longer allows to change the submission date. Setting this date is crucial for newly migrated journals, as well as journals that use a separate editorial manager such as ScholarOne. It used to possible on OJS2, I cannot fathom why the functionality was dropped.

asmecher commented 4 years ago

@fmotoki, I don't think OJS 2.x and 3.x are different in this regard -- the submission date is always the date on which the submission gets entered into OJS (i.e. the date QuickSubmit is used to create the submission). The publication date can be entered on the Quick Submit form in both OJS 2.x and 3.x.

fgnievinski commented 4 years ago

indeed, in the quicksubmission plugin in OJS 2 there was no submission date field, only publication date: image

now, earlier versions of OJS 3 had a minor bug in the data input form, which has already been fixed: https://forum.pkp.sfu.ca/t/quicksubmit-plugin-publication-date/53341/4

in the forum there are discussions about setting the submission date, so maybe this bug report should be reframed as a feature request? https://forum.pkp.sfu.ca/t/quick-submit-modify-submission-date/51567

here's an old related issue: https://github.com/pkp/pkp-lib/issues/1238