Submission schema getReviewRoundsFromSubmission() overridden in OMP can cause regression #10853
Labels
Bug:1:Low
A bug that does not have a severe consequence or affects a small number of users.
Milestone
Describe the bug
lib/pkp
has submission schema has method Schema::getReviewRoundsFromSubmission(), which returns the collection of Review Rounds:pkp-lib/classes/submission/maps/Schema.php
Line 866 in 3f903cb
It's overridden in OMP: https://github.com/pkp/omp/blob/main/classes/submission/maps/Schema.php#L127, where it returns a 2-dimensional collection of Review Rounds, which affects the code that is executed in the the shared library.
This issue partially fixes the direct cause of the problem: #10851 but it might not taking into account additional logic, e.g., is there a need to retrieve grouped review rounds in the shared library as well or should it be used only in OMP?
@taslangraham, you are probably now the best if anything should be done here. Could you take a look?
What application are you using?
OMP
The text was updated successfully, but these errors were encountered: