mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: after bulk change category, refresh topic list
This commit is contained in:
@@ -81,6 +81,7 @@ export default Ember.ArrayController.extend(ModalFunctionality, {
|
||||
topics.forEach(function(t) {
|
||||
t.set('category', category);
|
||||
});
|
||||
self.get('controllers.discovery/topics').send('refresh');
|
||||
self.send('closeModal');
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user