RelationManager Group Owner edit only his group
Hey, i want to do a relationManager Resource but only the edit group of user part, how can i achieve this
4 Replies
this is the RelationManager i did for admins to edit all groups, but in this case i also have a is_owner that should only be able to edit the group he is owner of
if its permission-related you probably want a laravel policy?
got the job done here is how i made it if anyone faces the same situation