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

Fix route errors #1

Merged
merged 3 commits into from
Feb 22, 2017
Merged

Fix route errors #1

merged 3 commits into from
Feb 22, 2017

Commits on Jan 21, 2017

  1. Use setupController instead of activate hook

    This fixes an exception when switching between
    routes with same name but different parameter.
    galfert committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    5d93d29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    798c7c0 View commit details
    Browse the repository at this point in the history
  3. Fix error when switching to routes with multiple params

    This uses all the available contexts to generate the URL instead of
    just the first one.
    galfert committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    23aa7de View commit details
    Browse the repository at this point in the history