[symfony-users] Re: backend module

2010-06-28 Thread Martin Henits
Thank you very much. It works for me On Jun 26, 1:37 pm, Daniel Lohse wrote: > Maybe this will help > you:http://www.symfony-project.org/tutorial/1_4/en/whats-new#chapter_a2fa... > > Yes, it only talks about adding a new field and how to write the method > involved but you can do that too. Just

Re: [symfony-users] Re: backend module

2010-06-26 Thread Daniel Lohse
Maybe this will help you: http://www.symfony-project.org/tutorial/1_4/en/whats-new#chapter_a2fae23c9403b0e9ec99806fccf6b53e_sub_sfformfilterdoctrine Yes, it only talks about adding a new field and how to write the method involved but you can do that too. Just unset the field you want to have a t

[symfony-users] Re: backend module

2010-06-26 Thread Martin Henits
I clicked on the logs and realised the error is in this line: execute : SELECT COUNT(*) AS num_results FROM myTable m WHERE m.user_id = ? - () displayed error is: SQLSTATE[HY093]: Invalid parameter number: parameter was not defined any suggestion? I want to show an edit box instead of drop-down m

[symfony-users] Re: backend module

2010-06-26 Thread Martin Henits
thanks, this worked. On Jun 24, 8:16 am, Tom Ptacnik wrote: > Or you can disable it in generator.yml > > try this... > > list: >         object_actions: >           _edit:  ~ >         batch_actions: {} >         actions: {} > > On 23 čvn, 08:30, slau wrote: > > > Hi, > > > for 1) > > seehttp:/

[symfony-users] Re: backend module

2010-06-26 Thread Martin Henits
Thanks, I changed the filter according to your suggestion and as it was desired I can see an edit box instead of a drop-down menu. But whenever I want to search for something (i.e. whenever I click on the filter button), even with an empty form for search, I see this error: "SQLSTATE[HY093]: Invali

[symfony-users] Re: backend module

2010-06-24 Thread Tom Ptacnik
Or you can disable it in generator.yml try this... list: object_actions: _edit: ~ batch_actions: {} actions: {} On 23 čvn, 08:30, slau wrote: > Hi, > > for 1) > seehttp://www.symfony-project.org/jobeet/1_4/Doctrine/en/12#chapter_12_t... > > you can copy out o

[symfony-users] Re: backend module

2010-06-22 Thread slau
Hi, for 1) see http://www.symfony-project.org/jobeet/1_4/Doctrine/en/12#chapter_12_templates_customization you can copy out of your cache folder /cache/APP/ENV/modules/MODULENAME/templates/_list_actions.php to your module template folder and then remove the link for 2) then just change the filt