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…
Reference in New Issue