Hi guyz,

I've got the following URL :
/backend_dev.php/photographer/publish/1

Which matches the following route in my routing.yml
artist_publish:
  url:   /:kind/publish/:id
  param: { module: artist, action: publish }
  requirements: { kind: (photographer|graphist|illustrator|
filmdirector|aerialwork) }

But then the log tells me that:
match route [artist_publish] "/:kind/publish/:id"
Request request parameters array ( 'kind' => 'photographer', 'id' =>
'photographer', 'module' => 'artist', 'action' => 'publish',)

I got a wrong value for the "Id" param.
Any idea to help me ?

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