Woojava
Woojava
FFilament
Created by Woojava on 10/11/2023 in #❓┊help
Confirming you cannot add a new model during an attach?
I'm building a CRM and have a Profile model that has a "has-many" relationship with a Skill model. I've successfully implemented attach, detach, and bulkDetach functionalities in my ProfileResource. However, I've realized it would be beneficial to add a new Skill during the attachment process. After checking, I've confirmed this isn't possible out of the box. I've also gone through the documentation at FilamentPHP Docs https://filamentphp.com/docs/3.x/panels/resources/relation-managers#associating-and-dissociating-records, but I didn't find a way to introduce a new Skill from within the Attach modal. Any insights would be appreciated. Thanks!
34 replies