how to make custom action in admin generator to do a post from form

in generator.yml my actions are like this

edit:
  actions:
        _save:
          name: Save
        _save_and_add:
          name: Save and add
        _save_and_do_something:
          name: save and do something

as result  booth "save" and "save_and_add" actions are <input
type="submit"
but "save_and_do_something" action is <input type="button"

how to change  "save_and_do_something" action to be  <input
type="submit" by admin generator


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to