Fix #65 :
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m29s

dav_events.views.events.EventRegistrationsView._close_registration()
sends a signal now.
This commit is contained in:
2024-09-17 15:07:31 +02:00
parent 7b6e29ba92
commit 39440a695e
6 changed files with 27 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ class TestCase(AppsTestCase):
settings = (
AppSetting('enable_email_on_status_update', bool),
AppSetting('enable_email_on_update', bool),
AppSetting('enable_email_on_registration_closed', bool),
AppSetting('groups_manager_super', list),
AppSetting('groups_manager_w', list),
AppSetting('groups_manager_s', list),