symfony-cmf / routing-auto

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

Migrate children on redirect #54

Closed dantleech closed 9 years ago

dantleech commented 9 years ago

See issue https://github.com/symfony-cmf/RoutingAuto/issues/42

Currently children are not migrated when the redirect defunct route handler is used. This means that routes would passively be migrated over time. This PR aims to migrate all the children when the redirect is created.

I would like to add some functional tests in the RoutingAutoBundle for merging this.

wouterj commented 9 years ago

@dantleech ready to merge?

dantleech commented 9 years ago

I need to add a functional test in the RoutingAutoBundle

On Sun, Aug 30, 2015 at 09:12:10AM -0700, Wouter J wrote:

[1]@dantleech ready to merge?

— Reply to this email directly or [2]view it on GitHub.

Reverse link: [3]unknown

References

Visible links

  1. https://github.com/dantleech
  2. https://github.com/symfony-cmf/RoutingAuto/pull/54#issuecomment-136156515
  3. https://github.com/symfony-cmf/RoutingAuto/pull/54#issuecomment-136156515
dantleech commented 9 years ago

Added the functional test, and it works, so merging.

dantleech commented 9 years ago

Added CHANGELOG in master