Describe the bug
Turo introduced a breaking change in 1.4.0 that requires an explicit tag for links within turbo frames (to indicate if it should do a full navigation or load in the frame). This is visible in the "recent" tab on visualizer when clicking the "view" link.
One fix for this would be to add data-turbo-action="advance" target="_top" to the turbo-frame that contains the links which are expected to do a page navigation.
To Reproduce
Steps to reproduce the behavior:
Go to /shots
Click on "recents"
Click on "view"
"Not Found" shows up with an error from turbo in the console instead of being navigated to the search page.
Expected behavior
The page should navigate to the search results
Describe the bug Turo introduced a breaking change in 1.4.0 that requires an explicit tag for links within turbo frames (to indicate if it should do a full navigation or load in the frame). This is visible in the "recent" tab on visualizer when clicking the "view" link.
One fix for this would be to add
data-turbo-action="advance" target="_top"
to theturbo-frame
that contains the links which are expected to do a page navigation.To Reproduce Steps to reproduce the behavior:
Expected behavior The page should navigate to the search results