Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition bug #3166

Merged
merged 2 commits into from
Mar 10, 2016
Merged

Transition bug #3166

merged 2 commits into from
Mar 10, 2016

Commits on Mar 9, 2016

  1. add failing test

    When moving from the first path to the second:
    
      /parent/123/child/456
      /parent/789/child/456
    
    The route hooks on parent are appropriately
    called, but not on the child.
    ryanflorence committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    96ed936 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. fixed incorrect leave behavior

    test is in parent commit
    ryanflorence committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    d5747e9 View commit details
    Browse the repository at this point in the history