1
0
Fork 0
forked from kevadesu/forgejo
RSCC-Forge/services
JakobDev 1c039b4e1e
Fix Bug in Issue Config when only contact links are set ()
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
..
actions Add a new column schedule_id for action_run to track () 2023-09-08 23:01:19 +08:00
agit Move notification interface to services layer () 2023-09-05 18:37:47 +00:00
asymkey make writing main test easier () 2023-09-28 01:38:53 +00:00
attachment make writing main test easier () 2023-09-28 01:38:53 +00:00
auth Another round of db.DefaultContext refactor () 2023-09-25 13:17:37 +00:00
automerge Improve queue and logger context () 2023-05-26 07:31:55 +00:00
context Another round of db.DefaultContext refactor () 2023-09-25 13:17:37 +00:00
convert make writing main test easier () 2023-09-28 01:38:53 +00:00
cron Another round of db.DefaultContext refactor () 2023-09-25 13:17:37 +00:00
externalaccount Another round of db.DefaultContext refactor () 2023-09-25 13:17:37 +00:00
feed make writing main test easier () 2023-09-28 01:38:53 +00:00
forms Check blocklist for emails when adding them to account () 2023-08-30 10:46:49 -05:00
gitdiff make writing main test easier () 2023-09-28 01:38:53 +00:00
indexer Update status and code index after changing the default branch () 2023-09-13 04:43:31 +00:00
issue Fix Bug in Issue Config when only contact links are set () 2023-09-28 20:16:40 +08:00
lfs Bump github.com/golang-jwt/jwt to v5 () 2023-07-19 09:57:10 +00:00
mailer make writing main test easier () 2023-09-28 01:38:53 +00:00
markup make writing main test easier () 2023-09-28 01:38:53 +00:00
migrations make writing main test easier () 2023-09-28 01:38:53 +00:00
mirror Another round of db.DefaultContext refactor () 2023-09-25 13:17:37 +00:00
notify Update status and code index after changing the default branch () 2023-09-13 04:43:31 +00:00
org make writing main test easier () 2023-09-28 01:38:53 +00:00
packages Another round of db.DefaultContext refactor () 2023-09-25 13:17:37 +00:00
pull make writing main test easier () 2023-09-28 01:38:53 +00:00
release make writing main test easier () 2023-09-28 01:38:53 +00:00
repository make writing main test easier () 2023-09-28 01:38:53 +00:00
secrets Refactor secrets modification logic () 2023-09-05 15:21:02 +00:00
task Next round of db.DefaultContext refactor () 2023-09-16 14:39:12 +00:00
uinotification Move notification interface to services layer () 2023-09-05 18:37:47 +00:00
user make writing main test easier () 2023-09-28 01:38:53 +00:00
webhook make writing main test easier () 2023-09-28 01:38:53 +00:00
wiki make writing main test easier () 2023-09-28 01:38:53 +00:00