We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced04a4 commit c672f2aCopy full SHA for c672f2a
tutornotifications/templates/notifications/tasks/lms/waffle_flags
@@ -1,2 +1,2 @@
1
# Create waffle flag to enable notifications
2
-(./manage.py lms waffle_flag --list | grep notifications.enable_notifications) || ./manage.py lms waffle_flag --everyone --create notifications.enable_notifications
+(./manage.py lms waffle_flag --list | grep notifications.enable_notifications) || ./manage.py lms waffle_flag --everyone --create notifications.enable_notifications; (./manage.py lms waffle_flag --list | grep notifications.enable_email_notifications) || ./manage.py lms waffle_flag --everyone --create notifications.enable_email_notifications
0 commit comments