Replies: 4 comments 10 replies
-
Duplicate of #10491 I am also wondering how I could do that for the profile as I am running into similar issues. If there is no tenant assigned to a user, all they can see is the page to register a new tenant. But this is often not the only thing we want to show the user. They should have access to their profile and some other content, as some users might not even be allowed to create a new tenant but rather request access or simply wait and scroll through some custom pages. I tried to look into this, and I came up with a solution that would work:
Thoughts @leandrocfe @danharrin? I'd be happy to work on this and create a PR. Seems like a non-breaking approach that some people including myself would benefit from, but I want to make sure my approach is sound and this is wanted. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure why I didn't just go with a separate panel that didn't have tenancy enabled when I asked this. That seems like a much more straightforward path. |
Beta Was this translation helpful? Give feedback.
-
For anyone wanting to do this, and where a second panel isn't a feasible solution due to path or auth issues, I posted a working solution here: #13431 (comment) |
Beta Was this translation helpful? Give feedback.
-
is this issue resolved , currently i did this:
|
Beta Was this translation helpful? Give feedback.
-
I have an "Invitations" page that needs to live outside of the tenant routes. The idea is that a Workspace (tenant) admin can invite another user to their workspace with an email address. When the user with that email address goes to /invitations, they should see their invitations. I have this working, but I can't seem to register
/invitations
outside of the tenant scoping (it's always at/{tenant}/invitations
instead of/invitations
).It might make sense to add specific functionality for defining supplementary pages like this outside of the tenant scoping. This would be useful for e.g. user profile pages and the like too (not sure if/how that's handled by default in Filament -- I'm using Breezy).
This might mean having a stripped down version of the panel too, since none of the tenant navigation could/should be exposed outside of a tenant context. Not sure how that would look.
Beta Was this translation helpful? Give feedback.
All reactions