mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-10 00:27:35 +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) {
|
if (fulfilled) {
|
||||||
app.alertSuccess('[[flags:bulk-success, ' + fulfilled + ']]');
|
app.alertSuccess('[[flags:bulk-success, ' + fulfilled + ']]');
|
||||||
|
ajaxify.refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
errors.forEach(function (res) {
|
errors.forEach(function (res) {
|
||||||
|
|||||||
Reference in New Issue
Block a user