export
how to enable users edit just there replays in relation manager ?
like if i have ticket resources has one to many relation with replays
i want to enable each user to edit just his replays and see the other replays
Solution:Jump to solution
With policies you can define who can edit, so edit = true wehn $record->user_id === auth()->id
1 Reply
Solution
With policies you can define who can edit, so edit = true wehn $record->user_id === auth()->id