stable

Clone or download

Read-only

fix: GET pull_requests_reviewers should also return reviewers on PRs from forks

story #35823 Pull request new home page - Filter on Related to me How to test: - Pick up a repository which contains pull-requests - Add reviewers to the pull-requests if there are not yet - Fork this repository - Clone it - Commit some modifications on a local branch - Push it on the remote - Create a pull-requests from this branch, to the source repository - Add a reviewer to your PR, which is not already a reviewer in the source repository - Go to the homepage of the source repository - Open the [+ Add filter] dropdown and click on "Reviewer" in the menu --> The reviewer you've added on the pull-request in the forked repository appears in the list of reviewers among the others. Change-Id: I9ed583680e04f2b951b43720ff242b655d25a4fb

Modified Files

Name
M plugins/pullrequest/include/PullRequest/Reviewer/ReviewerDAO.php +3 −3 Go to diff View file
M plugins/pullrequest/tests/integration/Reviewer/ReviewerDAOTest.php +96 −33 Go to diff View file