stable

Clone or download

Read-only

fix: GET /git/:id/pull_requests_authors should not return anonymous users

Closes request #36809 GET /git/:id/pull_requests_authors should not return anonymous users How to test: - Pick a pull-request in the plugin-pullrequest-review table - Set its user_id - Go to the pull-request homepage of the repository it belongs to. - Find the pull-request in the list --> Its author is "Anonymous user" - Open the [+ Add filter] dropdown, click "Author" in the menu --> The autocompleter does not show any "Anonymous user" Change-Id: I8f7cadcc7f45e13d1ed6ceaafd13a6b2d22260b9

Modified Files

Name
M plugins/pullrequest/include/PullRequest/Dao.php +2 −0 Go to diff View file
M plugins/pullrequest/tests/integration/DaoTest.php +23 −0 Go to diff View file