]> git.agnieray.net Git - galette.git/commitdiff
Fix mass contribution removal
authorJohan Cwiklinski <johan@x-tnd.be>
Tue, 7 Nov 2023 19:17:46 +0000 (20:17 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Tue, 7 Nov 2023 19:17:46 +0000 (20:17 +0100)
galette/lib/Galette/Controllers/CrudController.php

index 54d192321d7405188a8be44fdb0aa6c1d28924cb..83089ac9e20648a864e15f960d291d71c147b363 100644 (file)
@@ -282,6 +282,7 @@ abstract class CrudController extends AbstractController
             );
         } else {
             try {
+                $this->getIdsToRemove($args, $post);
                 $res = $this->doDelete($args, $post);
                 if ($res === true) {
                     $this->flash->addMessage(