Let users with submit_as permission list non-public review requests.
Review Request #7196 — Created April 11, 2015 and submitted — Latest diff uploaded
Until now,
rbt postwith the submit-as option could not update unpublished review requests. I've proposed that users with thecan_submit_as_another_userpermission are allowed to list unpublished review requests, so thatrbt postknows about these and can update them. Previously only superusers could list unpublished review requests.
- Expanded unit test to test that
can_submit_as_another_usergives user access to unpublished review requests - Tested with
rbt post -u --submit-as=submitterto update unpublished review request (see also #7195)