resource view modal with relation manager
I am trying to show in view mode a resource with relation (relation manager)
If I open modal the relation aren't shown.
If I set footerModalContent and I pass resource, and relations to a custom view it works, but the related resource is always in edit mode.
Exist some way to open resource in a modal with its relation manager resource in view mode?
2 Replies
Hello, same question for me 😦
Maybe is it possible to render manually a relation manager directly in the modal ?
https://filamentphp.com/docs/3.x/panels/resources/getting-started#simple-modal-resources
"Additionally, your simple resource will have no getRelations() method, as relation managers are only displayed on the Edit and View pages, which are not present in simple resources. Everything else is the same."