Hi,
Similarly to creating a the "all_posts" icon in the old admin action
(screencast, around17:22m), I want to create a link to another admin
generated list view with a filter set.

E.g.
Author:
  columns:
    id: { primary:true }
    name: { type:string(40) }
Posts:
  columns:
    id: {primary:true}
    text: {type:string(1000)}
    author_id: {type: integer(4)}
  relations:
    Author:
      local: author_id
      foreign: id

In the list view of the admin generated Author module, I want a custom
icon in the object_actions, that links to the generated list view of
the Post module. But it should only show the posts of the one author.

I already know how to create the link, but here are my two questions:
1. How do I filter the post list?
2. Can I define a custom icon?

juro
--~--~---------~--~----~------------~-------~--~----~
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