Bug? regarding clusters navigation
So I have some clusters assigned to some resources and when I override the canAccess and shouldRegisterNAvigation function in the cluster class. It disables the main cluster route but not the resources ones. The user can manually type the url and access it.
Example:
Cluster = Settings::class (url = /settings),
User Resource uses Settings cluster (url = /settings/users).
return false on both functions the result is
/settings gives 403 but /settings/users gives 200 and can access everything related to the resource.
Is it intended and I should fiddle with the canAccess of the resource or a bug?
Thanks
0 Replies