Hi,

I am to trying to do a redirect from one module to another's list
action, and add a filter to the url of the second module, however the
filters don't have any effect.

Here is my code:

$this->redirect('feed/index?filter=filter&filters[owner_id]=' . $this-
>getRequestParameter('id'));

This redirect then goes to /import_dev.php/feed?filter=filter&filters
[owner_id]=2, however filters[owner_id] does not filter the results,
as I can see all Feeds, not only where owner_id=2.

Is there something I am missing here?

Thanks

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