diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-04-01 22:14:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-01 22:14:38 +0800 |
commit | eadda68ded10fe65a6351198b47163eba9762d7a (patch) | |
tree | d53c1724f9ecdd0d6118e2e0e2e761dd19d43042 /.eslintrc.yaml | |
parent | aa9c9209800e07127065ad296a9d1d4af883ae36 (diff) | |
download | gitea-eadda68ded10fe65a6351198b47163eba9762d7a.tar.gz gitea-eadda68ded10fe65a6351198b47163eba9762d7a.zip |
Fix JS error when changing PR's target branch (#23862)
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.
Diffstat (limited to '.eslintrc.yaml')
0 files changed, 0 insertions, 0 deletions