InternalError
InternalError
FFilament
Created by InternalError on 11/26/2024 in #❓┊help
Display existing form in action modal
Hey all! I was tasked to create a composite resource from two existing Models. Each model already has its own associated resource, but configuring these "base" models is an advanced feature. The composite resource should allow users to supply a subset of the parameters and let the application automatically fill the rest. In my current solution, I have achieved this by spreading the ModuleResource form fields and using an Agent Repeater which only exposes a subset of the parameters. I want users to still be able to access the "advanced" properties of the AgentResource by clicking on an action in my repeater. I was able to redirect users to the AgentResource, but ideally I want to display the resources form inside a modal. Is there a way to achieve this? Thanks for your help in advance! Tl;Dr: Display an existing resource form in the modal triggered by an action on a repeater.
6 replies