]> git.parisson.com Git - teleforma.git/commitdiff
notify all student for published conf
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 22 Sep 2025 15:06:13 +0000 (17:06 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 22 Sep 2025 15:06:42 +0000 (17:06 +0200)
teleforma/management/commands/teleforma-publish-notify-conferences.py

index e9115bb1de6302fa2dc617bcead18201538503e8..5a25003ddb87ca64f7e3deeba8bda29efdd651f3 100644 (file)
@@ -125,7 +125,7 @@ class Command(BaseCommand):
                         conference.course_type.name, conference.session]
                 message = "Nouvelle conférence publiée : " + ' - '.join(elm)
 
-                students = Student.objects.filter(period=publication.period, platform_only=True)
+                students = Student.objects.filter(period=publication.period)
                 for student in students:
                     try:
                         if student.user: