Display item actions on show view
After using the edit action I would have expected to return to the show view after "save" (and especially after "go back"). Could we maybe add that via the return_to functionality?
After using the edit action I would have expected to return to the show view after "save" (and especially after "go back"). Could we maybe add that via the return_to functionality?
This is also broken on develop. I fixed it here https://github.com/naymspace/backpex/pull/1688
(I've added some tests for item actions in this PR to make sure they work and redirect as expected)
I've added a bunch of additional tests.