0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-12 18:52:15 +01:00
gitea/routers
JakobDev 3cae50e841
Redirect from {repo}/issues/new to {repo}/issues/new/choose when blank issues are disabled (#26813)
You can currently visit `{repo}/issues/new` and create a blank issue,
even if it's disabled. This PR fixes this,

Fixes https://codeberg.org/forgejo/forgejo/issues/1356

Co-authored-by: Giteabot <teabot@gitea.io>
2023-08-31 15:36:25 +00:00
..
api Use Set[Type] instead of map[Type]bool/struct{}. (#26804) 2023-08-30 06:55:25 +00:00
common
install
private Fix verifyCommits error when push a new branch (#26664) 2023-08-30 02:27:53 +00:00
utils
web Redirect from {repo}/issues/new to {repo}/issues/new/choose when blank issues are disabled (#26813) 2023-08-31 15:36:25 +00:00
init.go