I added a view to my app, which I only wanted to be accessible by an action - it is a table view. The action appears on a different, related table. I simply want the user to be able to click the action and have it take them to this view for the related items. It works perfectly, except, now the app is defaulting to this "inline" view on other areas of the app. I do not want that. To be specific, I have a "Jobs" table, which has a "Related Samples" column that shows the inline table view of the related samples in the job. If you expand that table, it used to take you to the correct inline view. Now that I have created another view for the purpose of previously mentioned action, the related table in Jobs is using the new view and not the original one. How can I dictate which view it uses for the related column?