mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 16:55:08 +00:00
FIX: after bulk change category, refresh topic list
This commit is contained in:
parent
05d2083796
commit
7756b72a59
@ -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');
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user