You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services
Giteabot 9903b8d7ec
Fix Bug in Issue Config when only contact links are set (#26521) (#27334)
Backport #26521 by @JakobDev

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.

Co-authored-by: JakobDev <jakobdev@gmx.de>
1 year ago
..
actions
agit
asymkey Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
attachment
auth Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
automerge
context Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
convert Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
cron Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
externalaccount Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
feed
forms
gitdiff
indexer
issue Fix Bug in Issue Config when only contact links are set (#26521) (#27334) 1 year ago
lfs
mailer
markup
migrations Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
mirror Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
notify
org
packages Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
pull
release Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
repository Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
secrets
task
uinotification
user Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
webhook Fix release URL in webhooks (#27182) (#27185) 1 year ago
wiki