-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix queryParamsOnly being correct on transitions.
This property has been set incorrectly on some transitions, notably when the transition is caused by the Router#refresh() method in queryParamsDidChange. This is the method ember uses to implement `refreshModel` option of query params, so fixing this bug allows `refreshModel` to be used in conjunction with `replace` option for query params, currently it is either-or.
- Loading branch information
1 parent
7759a11
commit 437fd1a
Showing
2 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters