mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-27 02:40:39 +01:00
fix: refresh flags list on bulk action success
This commit is contained in:
@@ -153,6 +153,7 @@ define('forum/flags/list', ['components', 'Chart'], function (components, Chart)
|
||||
});
|
||||
if (fulfilled) {
|
||||
app.alertSuccess('[[flags:bulk-success, ' + fulfilled + ']]');
|
||||
ajaxify.refresh();
|
||||
}
|
||||
|
||||
errors.forEach(function (res) {
|
||||
|
||||
Reference in New Issue
Block a user