summaryrefslogtreecommitdiffstats
path: root/.eslintrc.yaml
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-04-01 22:14:38 +0800
committerGitHub <noreply@github.com>2023-04-01 22:14:38 +0800
commiteadda68ded10fe65a6351198b47163eba9762d7a (patch)
treed53c1724f9ecdd0d6118e2e0e2e761dd19d43042 /.eslintrc.yaml
parentaa9c9209800e07127065ad296a9d1d4af883ae36 (diff)
downloadgitea-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