0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-03 21:00:03 +01:00
gitea/services/issue
JakobDev 1c039b4e1e
Fix Bug in Issue Config when only contact links are set (#26521)
Blank Issues should be enabled if they are not explicit disabled through
the `blank_issues_enabled` field of the Issue Config. The Implementation
has currently a Bug: If you create a Issue Config file with only
`contact_links` and without a `blank_issues_enabled` field,
`blank_issues_enabled` is set to false by default.

The fix is only one line, but I decided to also improve the tests to
make sure there are no other problems with the Implementation.

This is a bugfix, so it should be backported to 1.20.
2023-09-28 20:16:40 +08:00
..
assignee_test.go
assignee.go
comments.go Move notification interface to services layer (#26915) 2023-09-05 18:37:47 +00:00
commit_test.go
commit.go
content.go
issue_test.go
issue.go
label_test.go
label.go
main_test.go
milestone_test.go
milestone.go
status.go
template.go Fix Bug in Issue Config when only contact links are set (#26521) 2023-09-28 20:16:40 +08:00