stable

Clone or download

Read-only

request #37189 Wrong redirection to pull-request homepage

How to test: - Run `tuleap config-set feature_flag_display_old_pull_requests_dashboard 1` - Pick up a pull-request - Go to its [Commits] tab - Click on [Pull Requests] in the page header --> You are redirected to the old dashboard view --> Same expectations from [Overview] and from [Changes] - Run `tuleap config-set feature_flag_display_old_pull_requests_dashboard 0` - Pick up a pull-request - Go to its [Commits] tab - Click on [Pull Requests] in the page header --> You are redirected to the new homepage view --> Same expectations from [Overview] and from [Changes] Change-Id: Ie2878aae039581114d1b96a64eed43e96dc8fcc0

Modified Files

Name
M plugins/pullrequest/include/PullRequest/PullRequestPresenter.php +14 −11 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/app-controller.js +16 −3 Go to diff View file
A plugins/pullrequest/scripts/pullrequests-app/src/app/helpers/homepage-url-builder.test.ts +36 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequests-app/src/app/helpers/homepage-url-builder.ts +32 −0 Go to diff View file
M plugins/pullrequest/templates/pullrequest.mustache +1 −0 Go to diff View file