mirror of
https://github.com/flarum/core.git
synced 2025-08-07 00:47:00 +02:00
Fix index result caching
This commit is contained in:
@@ -24,7 +24,7 @@ export default Ember.Controller.extend(UseComposer, Paneable, {
|
||||
|
||||
var controller = this;
|
||||
return this.saveAndDismissComposer(discussion).then(function(discussion) {
|
||||
controller.get('index').send('refresh');
|
||||
controller.get('index').send('loadResults');
|
||||
controller.transitionToRoute('discussion', discussion);
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user