Skip to content

Conversation

GiteaBot
Copy link
Collaborator

@GiteaBot GiteaBot commented Apr 1, 2023

Backport #23862 by @wxiaoguang

Caught by @justusbunsi

An old bug from #6488

In pullrequest_targetbranch_change, the data might be empty, because UpdatePullRequestTarget may respond http.StatusNoContent.

And the old code's $branchTarget.text(data.base_branch); doesn't make sense, because in the end, the page will be always reloaded.

So, just remove the $branchTarget.text(data.base_branch);, everything should be fine.

Caught by @justusbunsi 

An old bug from go-gitea#6488

In `pullrequest_targetbranch_change`, the `data` might be empty, because
`UpdatePullRequestTarget` may respond `http.StatusNoContent`.

And the old code's `$branchTarget.text(data.base_branch);` doesn't make
sense, because in the end, the page will be always reloaded.

So, just remove the `$branchTarget.text(data.base_branch);`, everything
should be fine.
@GiteaBot GiteaBot added this to the 1.19.1 milestone Apr 1, 2023
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Apr 1, 2023
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Apr 1, 2023
@lunny lunny added the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Apr 1, 2023
@techknowlogick techknowlogick merged commit 8abfbe2 into go-gitea:release/v1.19 Apr 2, 2023
@techknowlogick techknowlogick deleted the backport-23862-v1.19 branch April 2, 2023 01:15
@techknowlogick techknowlogick removed the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Apr 2, 2023
@go-gitea go-gitea locked and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants