Thank you for response.
Simply speaking, I want a link next to "New", "Save", "Save and add".
Lets say I have some category list, and I'd like to make a link "New
parent category" and "New child category". If I specify the action
like this:
config:
  list:
    actions:
      _new: ~
      _save: ~
      new_parent: ~
the link appears,  but it doesn't work. The url of the link is
generated wrong, looks like: "/categories/ListNewParent/action".

On Mar 17, 9:03 am, Francesco Levorato <[email protected]> wrote:
> Hi Viktoras,
> could you explain better what do you want to achieve (e.g.: where you
> want the links to appear) and the configurations you have tried?
> Cheers,
> Francesco
>
>
>
>
>
> On Wed, Mar 16, 2011 at 4:02 PM, Viktoras <[email protected]> wrote:
> > Probably this is easy to solve, but I can't find the solution.
> > I want to have several custom list actions, lets say:
> > config:
> >  list:
> >    actions:
> >      newObject: ~
> > I suppose this to link to /module/ListNewObject and
> > executeListNewObject function to run, as described in Jobeet. But what
> > I get instead is: /module/ListNewObject/action link and "Action
> > "{modulename}/action" does not exist." error.
>
> > Route is generated by Doctrine, nothing changed, module is also
> > generated by admin generator.
>
> > --
> > If you want to report a vulnerability issue on symfony, please send it to 
> > security at symfony-project.com
>
> > You received this message because you are subscribed to the Google
> > Groups "symfony users" group.
> > To post to this group, send email to [email protected]
> > 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
>
> --
> francesco levorato aka flevourhttp://flevour.net/- @flevour
> "Now while the blood is hot you should make your way with vigour to
> better things." (Seneca)

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
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