-
Notifications
You must be signed in to change notification settings - Fork 448
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
The assignedTo parameter in the REST API should not mix types #6998
Comments
Rescheduling for 3.5.0 -- where this may already be done as a result of the submission list work (and API changes). |
Confirming that this still does need cleanup. The constant in question is |
I can take a look at this @asmecher |
Ready for review @asmecher pkp-lib: #10711 |
Thanks, @taslangraham, added a comment: #10711 (review) |
@asmecher Thanks for the review. Updated and ready to go! |
Nice and clean, thanks -- all merged (except I'll handle the submodules separately)! |
The
assignedTo
query parameter in the/submissions
and/_submissions
endpoints accepts an array of user IDs or-1
to get unassigned submissions. This query parameter shouldn't mix types.Introduce a new query parameter,
isUnassigned
, to get unassigned submissions.The text was updated successfully, but these errors were encountered: