-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent authors from editing submission metadata and galleys after a submisson is rejected #10486
Comments
YvesLepidus
added a commit
to lepidus/pkp-lib
that referenced
this issue
Dec 11, 2024
…on from editing metadata in the submission. Signed-off-by: yves <yves@lepidus.com.br>
YvesLepidus
added a commit
to lepidus/pkp-lib
that referenced
this issue
Dec 12, 2024
Signed-off-by: yves <yves@lepidus.com.br>
I made an implementation proposal to fix this issue in this PR. |
YvesLepidus
added a commit
to lepidus/pkp-lib
that referenced
this issue
Dec 12, 2024
… a Submission object instead of a submission identifier and updates calls to this method. Signed-off-by: yves <yves@lepidus.com.br>
YvesLepidus
added a commit
to lepidus/omp
that referenced
this issue
Dec 12, 2024
…bmission object instead of submission identifier. Signed-off-by: yves <yves@lepidus.com.br>
YvesLepidus
added a commit
to lepidus/ops
that referenced
this issue
Dec 12, 2024
…bmission object instead of submission identifier. Signed-off-by: yves <yves@lepidus.com.br>
YvesLepidus
added a commit
to lepidus/pkp-lib
that referenced
this issue
Dec 13, 2024
…tadata editing restriction only to these cases. Signed-off-by: yves <yves@lepidus.com.br>
YvesLepidus
added a commit
to lepidus/pkp-lib
that referenced
this issue
Dec 18, 2024
…sive role of author/reader Signed-off-by: yves <yves@lepidus.com.br>
YvesLepidus
added a commit
to lepidus/pkp-lib
that referenced
this issue
Jan 27, 2025
…est as a reference.
YvesLepidus
added a commit
to lepidus/pkp-lib
that referenced
this issue
Jan 27, 2025
…est as a reference.
YvesLepidus
added a commit
to lepidus/pkp-lib
that referenced
this issue
Jan 27, 2025
…e from author/reader.
YvesLepidus
added a commit
to lepidus/pkp-lib
that referenced
this issue
Jan 28, 2025
…ifier (it was previously excluded).
Thanks, @YvesLepidus! I've made a few more comments on your PR. |
YvesLepidus
added a commit
to lepidus/pkp-lib
that referenced
this issue
Feb 4, 2025
…whether the context of the request is the same as the context of the submission.
YvesLepidus
added a commit
to lepidus/pkp-lib
that referenced
this issue
Feb 4, 2025
…whether the context of the request is the same as the context of the submission.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After a submission is rejected, autors are able to edit submission metadata and galleys. They can remove and add authors freely and remove PDF files as shown in this History:
To Reproduce
Steps to reproduce the behavior:
There are undesired consequences such as losing record of the manuscript files, authors associated to that submission and moreover, plugins such as the Author History (https://github.com/lepidus/authorsHistory) is unabled to fetch the data since it's been removed from the database, making the results shown by the plugin to be faulty. Moreover, this negatively affects statistics as well.
What application are you using?
Open Preprint Systems 3.3.0.14
This is what the submission looks like after all the exclusions:
![image](https://private-user-images.githubusercontent.com/4059679/372492681-1897db8c-d71c-4793-aad6-50e317b063fc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTU3MzEsIm5iZiI6MTczOTExNTQzMSwicGF0aCI6Ii80MDU5Njc5LzM3MjQ5MjY4MS0xODk3ZGI4Yy1kNzFjLTQ3OTMtYWFkNi01MGUzMTdiMDYzZmMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMTUzNzExWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTY5NGRlZDk1NmI0OTdmY2QwZDlkMDYwMTU1NGE3MWJhNDFhNWQ4ZDAyZDlkZjYxNzNlNmRlMDM4Njk2YzUyMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.MYran8ftY038XOnV2rCmbhatK-8645wAqIvu2idb8SA)
The text was updated successfully, but these errors were encountered: