From: Yoan Le Clanche Date: Mon, 27 Feb 2023 07:38:53 +0000 (+0100) Subject: Fix disabled publication notified state X-Git-Tag: 2.9.0~72^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=77624b91f34e478f6a283a20cb59cc5af3cb4896;p=teleforma.git Fix disabled publication notified state --- diff --git a/teleforma/management/commands/teleforma-publish-notify-conferences.py b/teleforma/management/commands/teleforma-publish-notify-conferences.py index 761fdff0..a594a068 100644 --- a/teleforma/management/commands/teleforma-publish-notify-conferences.py +++ b/teleforma/management/commands/teleforma-publish-notify-conferences.py @@ -144,7 +144,7 @@ class Command(BaseCommand): for user in User.objects.filter(is_staff=True): notify(user, message, url) - # publication.notified = True + publication.notified = True publication.save() # streaming published end conference should have a streaming propery set to False