For my application I need to show users that are inactive when I check a checkbox and but consistently fails :(.
My function is to mark a check sent to the same path to get himself a parameter with the option for an "if" change consultation . This is where I get lost somehow and simple enough, although the consultations are going well ( tested with "die($qb)" consultation comes correct in each case) never prints the table with a result of where.
Testing I've noticed that this happens when there are more than one possible query in the " _datatable ()" function (although never enter the two ifs) . If I leave only one query as ie ... " -> where ( ' x.isActive = false ' ) " it works right, so the problem is not in the query itself.
Hello!
For my application I need to show users that are inactive when I check a checkbox and but consistently fails :(.
My function is to mark a check sent to the same path to get himself a parameter with the option for an "if" change consultation . This is where I get lost somehow and simple enough, although the consultations are going well ( tested with "die($qb)" consultation comes correct in each case) never prints the table with a result of where.
Testing I've noticed that this happens when there are more than one possible query in the " _datatable ()" function (although never enter the two ifs) . If I leave only one query as ie ... " -> where ( ' x.isActive = false ' ) " it works right, so the problem is not in the query itself.
Controller code:
Sorry if this is an issue of Symfony and not the bundle , which I doubt the truth because I am still fairly new to Symfony.
A greeting and thanks in advance.