Checkpoint: Correction du bug d'envoi de la deuxième pièce jointe dans les emails de rappel. Les paramètres attachmentUrl2, attachmentFilename2 et attachmentMimeType2 ont été ajoutés dans la procédure d'envoi de test. Déployé et testé sur le VPS.
This commit is contained in:
@@ -1587,6 +1587,9 @@ export const appRouter = router({
|
||||
attachmentUrl: rappelAUtiliser.urlFichier || undefined,
|
||||
attachmentFilename: rappelAUtiliser.nomFichier || undefined,
|
||||
attachmentMimeType: rappelAUtiliser.typeFichier || undefined,
|
||||
attachmentUrl2: rappelAUtiliser.urlFichier2 || undefined,
|
||||
attachmentFilename2: rappelAUtiliser.nomFichier2 || undefined,
|
||||
attachmentMimeType2: rappelAUtiliser.typeFichier2 || undefined,
|
||||
});
|
||||
|
||||
// Enregistrer dans l'historique avec typeEnvoi = 'test'
|
||||
|
||||
Reference in New Issue
Block a user