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

Backport 1.8.2: Handle api explorer routing error (#12354) #12385

Merged
merged 2 commits into from Aug 20, 2021

Commits on Aug 20, 2021

  1. Handle api explorer routing error (#12354)

    * Handle api explorer routing error
    
    - For some reason when routing is done during async process, router transtionTo throws the TransitionAbortedError
    - As a fix treat this particular error as success since it doesn't interfere in the routing
    - Reference: emberjs/ember-test-helpers#332
    
    * Added changelog
    arnav28 committed Aug 20, 2021
    Copy the full SHA
    e1d0ff9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1c597c2 View commit details
    Browse the repository at this point in the history