mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 10:19:40 +00:00
commit
da7fefa263
@ -1,14 +1,10 @@
|
||||
import { outputExportResult } from 'admin/lib/export-result';
|
||||
|
||||
export default Discourse.Route.extend({
|
||||
|
||||
actions: {
|
||||
exportUsers: function() {
|
||||
Discourse.ExportCsv.exportUserList().then(function(result) {
|
||||
if (result.success) {
|
||||
bootbox.alert(I18n.t("admin.export_csv.success"));
|
||||
} else {
|
||||
bootbox.alert(I18n.t("admin.export_csv.failed"));
|
||||
}
|
||||
});
|
||||
Discourse.ExportCsv.exportUserList().then(outputExportResult);
|
||||
},
|
||||
|
||||
deleteUser: function(user) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user