Is it possible to have a "crud" landing page, but have the "edit" function on each item link to a custom page rather then the default "crud edit".
I am trying to add some advaned functions to my website when editing which the normal crud editor is not capable of. Is it possible to override where the URL links to?
Thanks
Custom Pages on Edit
Started by steven1350, 27 June 2012 - 18:52 PM
- Single Page
Posted 27 June 2012 - 18:52 PM
Posted 28 June 2012 - 04:30 AM
I'm not sure how to do it with the crud , but i'm unsetting edit and i'm adding a custom action for what i want to be "custom edited". Hope that helps you, it works fine for me.