Guo Xiang Tan 2018-03-29 10:00:41 +08:00
parent 90f91bf017
commit 3b3e6ed23f

View File

@ -17,7 +17,7 @@ const DiscourseRoute = Ember.Route.extend({
refresh() {
if (!this.refreshQueryWithoutTransition) { return this._super(); }
if (!this.router.router.activeTransition) {
if (!this.router._routerMicrolib.activeTransition) {
const controller = this.controller,
model = controller.get('model'),
params = this.controller.getProperties(Object.keys(this.queryParams));