mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
parent
4f37233208
commit
345ac6cb67
@ -10,8 +10,6 @@ export default DiscourseRoute.extend({
|
|||||||
exclude_usernames: { refreshModel: true }
|
exclude_usernames: { refreshModel: true }
|
||||||
},
|
},
|
||||||
|
|
||||||
refreshQueryWithoutTransition: true,
|
|
||||||
|
|
||||||
titleToken() {
|
titleToken() {
|
||||||
return I18n.t("directory.title");
|
return I18n.t("directory.title");
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user