Allow view without view_any
So I have this user with view but without view_any in their role.
I want them to be able access
but not
At
BookResource/Pages/ViewBook
I've tried adding
But no luck whatsoever2 Replies
Try
canView()
on the resourceI end up doing this
BookResource.php
ViewBook.php
ListBooks.php