Skip to content

Commit

Permalink
Merge pull request #1358 from maykinmedia/fix-communication-choices
Browse files Browse the repository at this point in the history
Fix admin for notification channel choice
  • Loading branch information
swrichards authored Aug 20, 2024
2 parents 0b35278 + 91cade3 commit a430792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/open_inwoner/configurations/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ class SiteConfigurationAdmin(OrderedInlineModelAdminMixin, SingletonModelAdmin):
_("Notifications"),
{
"fields": (
"enable_notification_channel_choice",
"notifications_messages_enabled",
"notifications_actions_enabled",
"notifications_plans_enabled",
Expand Down

0 comments on commit a430792

Please sign in to comment.