MartinRaiola
MartinRaiola
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
Hide tenantID in URL
Thank you very much for everything!
18 replies
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
Hide tenantID in URL
Ok! Now I have it working. I didn't understand the slug base as such, I wasn't seeing that it was the field to look for in the DB.
18 replies
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
Hide tenantID in URL
but i get this error: Missing required parameter for [Route: filament.client.pages.dashboard] [URI: client/{tenant}] [Missing parameter: tenant].
18 replies
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
Hide tenantID in URL
return $panel ->default() ->id('client') ->path('client') ->login() ->registration() ->passwordReset() ->authGuard('client') ->tenant(Team::class, slugAttribute: 'slug') ->tenantRegistration(RegisterTeam::class)
18 replies
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
Hide tenantID in URL
18 replies
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
Hide tenantID in URL
Al tener el multi-tenancy habilitado las urls de los usuarios al acceder son del siguiente formato /client/{team_uuid}
18 replies
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
Hide tenantID in URL
return $panel ->default() ->id('client') ->path('client') ->login() ->registration() ->passwordReset() ->authGuard('client') ->tenant(Team::class) ->tenantRegistration(RegisterTeam::class)
18 replies
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
Hide tenantID in URL
I have a panel with the following configuration:
18 replies
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
Hide tenantID in URL
I understand that I have to pass the tenantID from the session but I don't see where (or how).
18 replies
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
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
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
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
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
Hi,
I have asked the plugin developer in case he has ever seen this error before. I was trying injecting into $livewire but I don't see any way to fix the problem.
8 replies
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
Hi,
My question is if there is a way to avoid those default events that trigger the widget trigger when declaring the action.
8 replies
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
Hi,
When executing this update, it no longer has the corresponding session and instead of waiting for the response of the action (which is a redirect) it redirects to the default login of this panel.
8 replies
FFilament
Created by MartinRaiola on 3/5/2024 in #❓┊help
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