DEV: Use ResultSet with staff action logs. (#7661)

This commit is contained in:
Bianca Nenciu
2019-08-13 20:55:05 +03:00
committed by GitHub
parent 296cdc53ee
commit ba396a5384
9 changed files with 122 additions and 151 deletions
@@ -604,7 +604,10 @@ export default function() {
this.delete("/admin/badges/:id", success);
this.get("/admin/logs/staff_action_logs.json", () => {
return response(200, { staff_action_logs: [], user_history_actions: [] });
return response(200, {
staff_action_logs: [],
extras: { user_history_actions: [] }
});
});
this.get("/admin/logs/watched_words", () => {