Opening edit modal from a different resource (simple modal resources)
Hi, I was wondering whether it's possible to create an action in a resource to open an edit modal from a different resource.
Let's say I have two models, a Dog model and a DogOwner model. I have a resource for both of them. In an ideal scenario, I'd like to have an 'Edit Dog Owner' button in the Dog resource, preferably without using relation managers for the sake of simplicity. Is this possible?
Let's say I have two models, a Dog model and a DogOwner model. I have a resource for both of them. In an ideal scenario, I'd like to have an 'Edit Dog Owner' button in the Dog resource, preferably without using relation managers for the sake of simplicity. Is this possible?