We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://ember-twiddle.com/8627acbb0ddd9593e20ad67e9a721941?openFiles=router.js%2C&route=%2Ftest2
Given these 2 routes:
this.route('test1', { path: '/' }, function() { this.route('test2'); }); this.route('misc', { path: '/:param' });
If you visit the URL /test2, the misc route is used instead of test1/test2
The text was updated successfully, but these errors were encountered:
This seems like a variation of #13960.
/cc @mixonic @nathanhammond
Sorry, something went wrong.
Confirmed, this is an issue.
Ember 2.7.2 was released to fix this issue.
@danconnell - Can you confirm this is fixed?
Confirmed, this is fixed in 2.7.2. Thanks!
No branches or pull requests
https://ember-twiddle.com/8627acbb0ddd9593e20ad67e9a721941?openFiles=router.js%2C&route=%2Ftest2
Given these 2 routes:
If you visit the URL /test2, the misc route is used instead of test1/test2
The text was updated successfully, but these errors were encountered: