Customizing actions in symfony's admin generator 7
A quick tip about symfony's admin generator: if you want to have a custom action, with the following generator.yml bit for example (actions prefixed with an underscore are builtin admin-gen actions): form: actions: _delete: ~ _cancel: ~ _save: ~ _save_and_add: ~ custom: ~ You can totally customize...
May 30 Mar 2009 23:31