I've create a small extension with switchableControllerActions in a FlexForm for List & Detail View.
-Cars[12]
--Detail[19]
All actions (Car->list;Car->show;Car->new;Car->edit;Car->create;Car->update;Car->delete) are working ... yet when I hover hover the links in the list view or go in Detail View ... I'm missing the /cars/detail/... part of the link:
/cars/?tx_ffscarexample_carlist[car]=2&tx_ffscarexample_carlist[action]=show&tx_ffscarexample_carlist[controller]=Car&cHash=ab35fe1werwerssydsdf
What am I missing?