-
Notifications
You must be signed in to change notification settings - Fork 447
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
Fetch submission' title for the reviewer assignments list #9825
Comments
PRs |
@jonasraoni, can you take a look at this PR, which includes fetching submissions into review assignments list in a performant way? |
#9825 Submission data in review assignment schema
Hi @Vitaliy-1 , If meta are not available in the 'current UI language', it fallbacks to the publication locale and than it would fallback to the journal primary language. To be able to keep consistent with this logic - I would also need to know the publication locale - could we add that one as well? |
@Vitaliy-1 Currently getting following payload from
Interestingly also statusId is missing - could that be included or are there any concerns including that? |
pkp-lib: #10024 |
@jardakotesovec, can you take a look if it's what's needed? |
@Vitaliy-1 Yes, sorry for delay that look as what I need, feel free to merge it :-) |
#9825 Add review status and associated submission locale to schema
Reviewer dashboard should include not only data related to the assignments but also submission title. Submission could be added to the review assignments schema the same way as it's done for the review/stage assignments in the submission schema, see #8885
The text was updated successfully, but these errors were encountered: