Kenny Debrauwer

Results 15 comments of Kenny Debrauwer

I'm looking for a simple PHP Array data provider so I'm trying out this one. While testing I came across the following issue: On https://github.com/Nayjest/Grids/blob/master/src/Components/ShowingRecords.php#L38 it will call `$paginator->total()` but...

The same for manipulateQuery, is there currently any accepted workaround for this ? I encountered this issue before and solved it by using the initQueryBuilder() on the source instead of...

This is basically how I did it : ``` $group = 'default'; if(isset($request->request->get($gridId)['__export_id'])) { $group = 'export'; } $source = new Entity('AcmeBundle:Entity', $group) ```

Something like this https://github.com/axsh/openvnet/commit/d074fe63abd6de80f2afe63d2e26c1bfc0cc1231 ?

Isn't this related to https://github.com/axsh/openvnet/issues/263 ?

Why is there a unique constraint on the is_deleted column ?

I did something like this for my tree menu. I wanted to render my tree from sub menu items of the current active top menu item. ``` twig {% set...

I'm having this issue and I think it even crashes my Apache2 when trying to save changes to a page. `Fri Feb 03 02:38:09.530276 2023] [php:warn] [pid 1579194] PHP Warning:...

I've encountered this issue now and hoping to see this fixed soon. I tried the above temporary solution, but I lose my option groups.

Could be useful when indexing pages. When a page is set offline, it's deleted from the index, but I also need its children to be removed from the index. Trying...