Actions
Anomalie #1577
closedThe replacements break new user registration email notification
Start date:
09/30/2021
Due date:
% Done:
100%
Estimated time:
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.
Files
Updated by Guillaume AGNIERAY over 3 years ago
Updated by Guillaume AGNIERAY over 3 years ago
- Status changed from In Progress to Résolu
- % Done changed from 0 to 100
Appliqué par commit d9fc9bc9d23b56a10124b8be5ea8aa141d31b2ee.
Updated by Johan Cwiklinski over 3 years ago
- Status changed from Résolu to Fermé
- Assignee set to Guillaume AGNIERAY
Actions