symfony-cmf / routing-auto

RoutingAuto component
https://cmf.symfony.com
Other
6 stars 11 forks source link

Handle case where referencing URI is not in context collection #45

Closed dantleech closed 9 years ago

dantleech commented 9 years ago

If the referring defunct (old) route is not in the current URI context collection then it means that the locale of the referring node is no longer existing.

This should be handled otherwise null will be passed to the Adapter.

dantleech commented 9 years ago

This was already fixed in #54