From 0f332ce4230c620441a49b23f19767227f86b773 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Wed, 1 Dec 2021 16:18:22 +0100 Subject: [PATCH] Documentation --- teleforma/management/commands/teleforma-export-avis.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teleforma/management/commands/teleforma-export-avis.py b/teleforma/management/commands/teleforma-export-avis.py index cff0e699..aa410f77 100644 --- a/teleforma/management/commands/teleforma-export-avis.py +++ b/teleforma/management/commands/teleforma-export-avis.py @@ -68,6 +68,8 @@ class Command(BaseCommand): seminar = testimonial.seminar if testimonial.seminar.course.code == "demo": continue + # https://mattermost.pilotsystems.net/pro-barreau/pl/twdx8ro6mfbimyr7n31tkpstac + # testimonials are created before being accessible if not seminar_validated(user, seminar) or not (get_seminar_delta(user, seminar) >= 0): testimonial_not_ok.append(user) continue -- 2.39.5