Fix #65 :
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m29s
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user