Skip to content

Commit

Permalink
Rework reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Apr 25, 2024
1 parent 5977b56 commit 9d37990
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 348 deletions.
1 change: 0 additions & 1 deletion galette/lib/Galette/Controllers/GaletteController.php
Expand Up @@ -800,7 +800,6 @@ public function filterReminders(Request $request, Response $response, string $me
Members::MEMBERSHIP_NEARLY : Members::MEMBERSHIP_LATE);
$filters->membership_filter = $membership;

//TODO: filter on reminder may take care of parent email as well
$mail = ($mail === 'withmail' ?
Members::FILTER_W_EMAIL : Members::FILTER_WO_EMAIL);
$filters->email_filter = $mail;
Expand Down

0 comments on commit 9d37990

Please sign in to comment.