How to NOT view RelationManager records in modal?

I have two resources, one of them lists the hasMany relation to the other resource. From that table whenever I click View, it opens the related record in a modal rather than redirecting to the View page. How do I prevent the modal from being used? I have 'view' defined in getPages() for the Resource, which redirects (without modal) when you click View from the resource's index/listing page.
Was this page helpful?