GEIQ: ajout des DDETS/DREETS en copie de l'email de notification de contrôle définitif [GEN-2522] - #6285
Merged
Conversation
tonial
approved these changes
Jun 7, 2025
francoisfreitag
approved these changes
Jun 10, 2025
| ) | ||
| .select_related("user") | ||
| } | ||
| email_message.cc = sorted(cc_user.email for cc_user in cc_users) |
Member
There was a problem hiding this comment.
On a toujours une limite de Mailjet à 50 TO, CC, BCC. Pour le moment, l’institution avec le plus de membres en a moins que ça, mais tu peux faire comme moi et ajouter à ta TODO de gérer ce problème. Peut-être qu’en passant à Brevo, le problème disparaîtra.
SELECT institution_id, count(user_id)
FROM institutions_institutionmembership
GROUP BY institution_id
ORDER BY 2 DESC;
xavfernandez
force-pushed
the
xf/geiq_assessment_final_review_with_cc
branch
from
June 10, 2025 12:55
fd5c68b to
4280cd2
Compare
xavfernandez
enabled auto-merge
June 10, 2025 12:56
xavfernandez
added this pull request to the merge queue
Jun 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤔 Pourquoi ?
Car elles veullent être en copie de l'email.
🍰 Comment ?
🚨 À vérifier
🏝️ Comment tester ?
💻 Captures d'écran