nocodelab
nocodelab
Ciao @dwightwatson, yes you are right. Supported PHP version needs to be updated as well.
Ciao @dwightwatson, I have updated the composer.json with the PHP 8.1 version bump. Can you please merge it? Thanks!
> I think the issue is the " " around "status.name". If you changed the "status.name" to `status.name` the query will work in mySql, but doesn't work in the datatable....
@igorsantos07 Not sure if is the same issue.. Basically I would like to show/hide methods according to the user role.
Hi all, No one has hints/suggestion on this? Cheers
Hello, same doubts here :) Is there any validation to be implemented in the Request/Controllers?
Same problem here.
Hi, did you solve this issue?
> I checked with others, and it appears there's a bug in async Alpine. @nocodelab > > > this is a bug in async alpine. the PR was just merged...
Maybe it's related to the wire:key assignment. I saw here https://github.com/CodeWithDennis/filament-select-tree/blob/3.x/resources/views/select-tree.blade.php that you are assigning a rand() value. How come? Maybe that breaks after the reorder...