forgejo/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>
2023-09-28 20:55:45 +08:00
..
actions
agit
asymkey Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
attachment
auth Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
automerge
context Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
convert Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
cron Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
externalaccount Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
feed
forms
gitdiff Fix successful return value for SyncAndGetUserSpecificDiff (#27152) 2023-09-20 22:28:17 +02:00
indexer
issue Fix Bug in Issue Config when only contact links are set (#26521) (#27334) 2023-09-28 20:55:45 +08:00
lfs
mailer Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
markup
migrations Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
mirror Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
notify
org
packages Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
pull
release Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
repository Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
secrets
task Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
uinotification
user Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
webhook Fix release URL in webhooks (#27182) (#27185) 2023-09-21 23:22:14 +00:00
wiki Fix incorrect test code for error handling (#27139) 2023-09-20 08:51:36 +08:00