MartinRaiola
Hide tenantID in URL
@Tim van Heugten told me about using: https://filamentphp.com/docs/3.x/panels/tenancy#configuring-the-slug-attribute
18 replies
Hide tenantID in URL
I have tried this you tell me but I can't see how to make it work.
In documentation I don't see much more information and looking through the GitHub issues I don't see much else either. Apart from defining it in the panel, what else should I do?
18 replies
Hide tenantID in URL
Hello!
But with this I can only modify the billing path slug.
The base path for a user in the panel with multi-tenancy is of the following format:
http://localhost/clients/9b7e80a3-0187-45b2-b941-1f9e0525ebb1
I understand that the tenantId is already being stored in the user session and it would not be necessary to show it in the URL.
Because for example when editing the team's profile we are left with a URL of the following format:
http://localhost/clients/9b7e80a3-0187-45b2-b941-1f9e0525ebb1/team/9b7e80a3-0187-45b2-b941-1f9e0525ebb1/edit
I understand that the second tenantId is necessary to know which team is being worked on. But the first one too?
18 replies
Hi,
I have a table with some widgets using "ExposesTableToWidgets" and in the table actions we have added the action https://github.com/stechstudio/filament-impersonate/tree/master
The problem is that when doing the impersonate the session is changed and it stops having permissions, the problem is that having a table with widgets when calling the action a trigger is fired by the widgets.
8 replies