[symfony-users] Re: Adding action, object_actions - action does not exist ?

2010-03-30 Thread Tom Ptacnik
I think that the problem is in routing because the error: Action general/action does not exist. ... it's looking into the module general instead of your own module. On 26 bře, 11:04, Rs232 n.jo...@gmail.com wrote: hello, here I use the admin generator, I would like to add an action showInfos on

Re: [symfony-users] Re: Adding action, object_actions - action does not exist ?

2010-03-29 Thread Lea Hänsenberger
Hi, you don't, sorry, my mistake. But I think the problem is that you wrote 'Action:' in you generator.yml with an uppercase 'A'. When you write 'action:' it should work. I'm having the same problem if I write it with an uppercase 'A'. Cheers, Lea On Mar 29, 2010, at 10:38 , Rs232 wrote: hi,

[symfony-users] Re: Adding action, object_actions - action does not exist ?

2010-03-29 Thread Rs232
object_actions: _edit: { label: Editer } showinfos: { label: Infos , action: showInfos } I still have the same error I tried with all possible entries thank you for your help On Mar 29, 10:44 am, Lea Hänsenberger baerne...@gmail.com wrote: Hi, you don't, sorry, my