I refer to the Symfony documentation:
http://www.symfony-project.org/book/1_2/14-Generators#chapte
r_14_sub_creating_a_custom_header_and_footer
A bit down is a gray block telling me something about presetting a
filter by use of the URL.

Now, in Symfony 1.2 this doesn't work any more. If my admin module is
called content, I can't just use this URL any more:
content?filter=filter&filters[page_id]=1

I saw that since Symfony 1.2 filters have been submitted to this URL
prefix:
content/filter/action

So, I put my filter values behind that URL:
content/filter/action?filter=filter&filters[page_id]=1

But now I get an error message, telling me that the _csrf_token field
is required. I keep receiving that message, even if I use this URL:
content/filter/action?filter=filter&filters[page_id]=1&a
mp;_csrf_token=118fc4b7df48fc1a4ad056343f17c22f

And now I'm desperate Razz
Does anyone know how to pre-set admin filters in Symfony 1.2?
--~--~---------~--~----~------------~-------~--~----~
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 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to