Henrik

Results 4 comments of Henrik

Yes, it seems it has been abandoned, I vote YES to forking it and changing all my projects to a more maintained fork. Its a great package, and with some...

Thank you @JaneGaid , My users are waiting for this enhancement, so I am subscribed to this thread to let them know if/when its available. Best regards

Debugged this a bit further. The 400 queries comes from the function `getNodeData` in `Kalnoy\Nestedset\QueryBuilder.php` : ``` $data = $query->first([ $this->model->getLftName(), $this->model->getRgtName() ]); ```

@tiagofcp It doesnt seem like there's any interest in fixing this bug, my workaround was to query the left and right properties of the root group, and put them in...