mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
Fix budget voter for use with household
This commit is contained in:
@@ -98,7 +98,7 @@ class ElementController extends AbstractController
|
||||
*/
|
||||
public function indexHouseholdAction(Household $household)
|
||||
{
|
||||
// $this->denyAccessUnlessGranted(BudgetElementVoter::SEE, $household);
|
||||
$this->denyAccessUnlessGranted(BudgetElementVoter::SEE, $household);
|
||||
|
||||
$charges = $this->em
|
||||
->getRepository(Charge::class)
|
||||
|
Reference in New Issue
Block a user