Hi,
I've created a routing rule to match a filter param in my routing.yml file
but it doesn't work.
pro_material:
url: /the-professional-material
param: { module: material, action: list, filter: filter,
filters%5Btype_id%5D: 1}
for the URL:
/material/filter/filter/filters%5Btype_id%5D/1
I've test also :
param: { module: material, action: list, filter: filter, filters[type_id]:
1 }
param: { module: material, action: list, filter: filter,
filters\[type_id\]: 1 }
but none of these match
A idea ?
Olivier
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---