Skip to content

Commit

Permalink
remove obsolete config
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jul 31, 2024
1 parent 978feca commit 563ed6c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions server/planning/assignments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,3 @@ def init_app(app):
label=lazy_gettext("Default sort preferences for Assignment lists"),
category=lazy_gettext("Assignments"),
)

superdesk.register_default_user_preference(
"email:notification:assignments",
{
"type": "bool",
"enabled": True,
"default": True,
},
label=lazy_gettext("Send Assignment notifications via email"),
category=lazy_gettext("notifications"),
)

0 comments on commit 563ed6c

Please sign in to comment.