Actions
Anomalie #1577
ferméThe replacements break new user registration email notification
Début:
30/09/2021
Echéance:
% réalisé:
100%
Temps estimé:
Version utilisée:
Vote:
Description
Adding a new member as admin and choosing to send a notification, fails in sending the email.
Not tested with auto-registration, but I suppose it is the same.
Reproductible on a default 0.9.5 or nightly install.
Logs show that arrays of patterns and expected corresponding replacements mismatch.
Comparing both arrays, it seems that the deadline is missing in the replacements.
The case is not handled : source:/galette/lib/Galette/Features/Replacements.php#L527
Adding $c_replacements['deadline'] = null;
on line 528 fixes the issue.
Fichiers
Actions
#1
Mis à jour par Guillaume AGNIERAY il y a environ 3 ans
Actions
#2
Mis à jour par Guillaume AGNIERAY il y a environ 3 ans
- Statut changé de In Progress à Résolu
- % réalisé changé de 0 à 100
Appliqué par commit d9fc9bc9d23b56a10124b8be5ea8aa141d31b2ee.
Actions
#3
Mis à jour par Johan Cwiklinski il y a environ 3 ans
- Statut changé de Résolu à Fermé
- Assigné à mis à Guillaume AGNIERAY
Actions