jamesro
Showing a modal with list of order products
Oky I found this on FilamentPhp documentation
https://filamentphp.com/docs/3.x/tables/advanced#preventing-query-string-conflicts-with-the-pagination-page
i've set ->queryStringIdentifier('orderProducts');
and now all good
2 replies
Add roles / permissions per team for user
@CodeWithDennis @Lara Zeus i've managed to eliminate that TeamUser, the question i have is,
I want to have a super admin panel, where you can see resources from all Teams, the problem I see rising is this Spatie Permission relation
as you se it relies on getPermissionsTeamId() which you normally set when you switch the team, any idea how I can make it work in super admin panel so it brings the correct things?
33 replies