]> source.dussan.org Git - gitea.git/commit
Fix issue/PR title edit (#30858) (#30865)
authorGiteabot <teabot@gitea.io>
Sun, 5 May 2024 13:53:12 +0000 (21:53 +0800)
committerGitHub <noreply@github.com>
Sun, 5 May 2024 13:53:12 +0000 (13:53 +0000)
commit60fa2a5960e8c51c164f4083fac6707c54a747ba
treec699e05c1326306a8b1d42c6481e27e78fe04243
parent054602977a8b142881460b46ddaafaf3c04c6a3d
Fix issue/PR title edit (#30858) (#30865)

Backport #30858 by wxiaoguang

1. "enter" doesn't work (I think it is the last enter support for #14843)
2. if a branch name contains something like `&`, then the branch selector doesn't update

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
templates/repo/issue/view_title.tmpl
tests/integration/issue_test.go
tests/integration/pull_create_test.go
web_src/css/repo.css
web_src/js/features/common-global.js
web_src/js/features/comp/QuickSubmit.js
web_src/js/features/repo-issue.js