i've generated admin section propel on syfmony. when have added item wish redirect list, , not edit view.
in fact, want remove edit page these objects new instances allowed - no deletions or editing.
how achieve this?
probably best way override create action, specific case though there easier (but no clean) solution.
since don't want use edit action can remove generator.yml list actions , override '[your_item]_edit' route point items list page.
this way when new item added redirected items list page (overridden edit route) , manual try access edit action redirect items list page.
what think?
Comments
Post a Comment