Steve_OH
No way to Mutate form data for created record using an action button on external resource
I guess I was using the wrong prompts, I made the error of consulting with ChatGPT and spent an hour being given false information, which guided my documentation journey. Thanks for clarifying and I appreciate your dedication, filament is fantastic!
9 replies
Incorporating an infolist inside of an edit view modal?
The use case here is that comments can be left by users. In the context provided, any comment posted could be edited by other users since the only option I can think of would be a repeater field with some kind of readonly functionality
11 replies
Multi tenancy sub-domain redirection problem
Of course I have some other things going on here that you probably don't need. my tenancy is based on their assigned organization and I have 3 panels, one is separated on whether they are that organization's client or not. The subdomain in my case is only used for that third tier
26 replies
Sending updates to livewire elements on database change
Thank you for the comment, sorry for the delay, been a very busy week!
I figured it out. I was already emitting updates, but it turns out my render function was not passing the updated variable (see below) in the livewire function. Adding it there fixed it immediately. Thanks for your feedback!
7 replies
Unique record within tenancy rather than across the board?
I'm wondering if it's possible to take the data from maybe a select field? Like, if I select the organization I can then have the filter applied to that organization rather than having to find a convoluted solution involving impersonation or logging in as another user
6 replies
Unique record within tenancy rather than across the board?
The only issue is that I currently have the ability to help my tenants create records as part of development and would like the scope to be for the record rather than my own tenancy. I can’t create records on behalf of other tenants if the unique is based on my tenancy rather than theirs as there may be a match on theirs I’m not aware of
6 replies