Relationship Manager: Open in same window (non-modal)
Say I have a
UserResource
and a PostResource
.
When I add a PostRelationManager
, it opens posts in a modal. How can we make it display the full page Post
instead of modal?
PostRelationManager
:
PostResource
Actions:
When on the PostResource, it opens in the same page, but when using the relationship manager, it opens a modal.
Been scouring the docs but not seeing it. Thanks!1 Reply
Ended up having to make some light changes to the action: