From e9323737c38b558c5a5323840d48887c657c6fee Mon Sep 17 00:00:00 2001 From: Ahtisham Shahid Date: Mon, 23 Oct 2023 16:29:34 +0500 Subject: [PATCH] fix: updated , notification config name from filter to filters (#33557) --- openedx/core/djangoapps/notifications/base_notification.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openedx/core/djangoapps/notifications/base_notification.py b/openedx/core/djangoapps/notifications/base_notification.py index 5541b542f8af..619dbb97a2b4 100644 --- a/openedx/core/djangoapps/notifications/base_notification.py +++ b/openedx/core/djangoapps/notifications/base_notification.py @@ -95,7 +95,7 @@ 'replier_name': 'replier name', }, 'email_template': '', - 'filter': [FILTER_AUDIT_EXPIRED] + 'filters': [FILTER_AUDIT_EXPIRED] }, 'comment_on_followed_post': { 'notification_app': 'discussion', @@ -111,7 +111,7 @@ 'replier_name': 'replier name', }, 'email_template': '', - 'filter': [FILTER_AUDIT_EXPIRED] + 'filters': [FILTER_AUDIT_EXPIRED] }, }