Multi tenancy menu URL
Hello, im using the multi-tenancy feature for my events management project. Each event is a tenant and users can have access to multiple events, but not on all resources of that event. My problem is that if a user has acces to a resource in a specific event but not on another and if he changes the tenant (event) its will give him 403 page (which is correct because he does not have acces to that resource in that event/tenant), how to change the dropdown menu urls to the page path of the tenant (no specific event)?

3 Replies
I build a custom tenant menu for this
My advice is to ensure you monitor the original tenant-menu blade for any future changes if you choose to override it and use the above.
resources/views/vendor/filament-panels/components/tenant-menu.blade.php
is where the baove belongs.