FIX: removes legacy refreshQueryWithoutTransition (#9145)

This was causing the history state from period query params to get messedup when going back.
This commit is contained in:
Joffrey JAFFEUX 2020-03-09 15:05:54 +01:00 committed by GitHub
parent 4f37233208
commit 345ac6cb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,6 @@ export default DiscourseRoute.extend({
exclude_usernames: { refreshModel: true }
},
refreshQueryWithoutTransition: true,
titleToken() {
return I18n.t("directory.title");
},