SK
SK
FFilament
Created by SK on 10/10/2024 in #❓┊help
Wizard: create button not working on touch
Hello! I do not know if it is a bug or if I am doing something wrong: I have a multi step form. The last step is just a file upload. On devices with a mouse the create button works as expected, but on touch only devices the create button does not fire the save event. Tested with different browsers on iOS and Android. If the upload is in a different step everything works as expected. Thanks! Simon
2 replies
FFilament
Created by SK on 5/11/2024 in #❓┊help
Tenant invitation
Hello everyone! Thank you so much for this great community. I have a Filament application with tenancy. I want to enable my users to invite other people (registered or not) to their tenant. I have managed that by editing the HasTenancy Constraint but that is not update safe and not usable for automated deployment. Do you have any tips on how I can do it better?
3 replies
FFilament
Created by SK on 5/10/2024 in #❓┊help
Global Notifications
Hi! I am looking for an elegant way of sending „global“ notifications. In my case the notifications are about a situation that needs attention and as soon as one person has read the notification it should disappear from everybody’s notification list. Is there a better way than modifying the select query in Filament?
4 replies
FFilament
Created by SK on 5/9/2024 in #❓┊help
Multi Tenancy within multi tenancy
Hi! Has anyone ever tried to chain tenancies? Like each customer has departments that have projects that have resources. Departments should only have access to their projects. Any ideas how to do that successfully and secure? Thank you!
3 replies
FFilament
Created by SK on 2/11/2024 in #❓┊help
stancl/tenancy Path Identification
Hi! I need some advice regarding Filament v3 together with stancl/tenancy. For security reasons I am using stancl/tenancy with one database per Tenant. The issue I have is, that I use path identification, instead of subdomain identification. So a path looks like: example.com/<tenant_id>/<panel>/<resource> I cannot access that route. I think I need to modify the Filament routing somehow, that first the tenant identification is read and the middleware is loaded to modify the database context and then execute the normal routing. Does anyone have any advice on that for me? Any comment is highly appreciated!
4 replies
FFilament
Created by SK on 12/9/2023 in #❓┊help
Navigation missing on custom page
Hello everyone! I have the following issue and cannot find a solution for it in the docs or code. I created a custom page on a new Filament ressource. On all default pages the navigation is visible. Now my issue: On the custom page only the breadcrumbs are visible but not the navigation. Does anyone have an idea what I am missing here?
20 replies