FEATURE: Allow group moderators to add/remove staff notes (#10252)

* FEATURE: Allow group moderators to add/remove staff notes
This commit is contained in:
jbrw
2020-07-20 15:53:47 -04:00
committed by GitHub
parent 44cfa25d7d
commit 7ab5658462
12 changed files with 110 additions and 19 deletions

View File

@ -259,6 +259,7 @@ export function applyDefaultHandlers(pretender) {
const json = fixturesByUrl["/t/34/1.json"];
json.details.can_archive_topic = true;
json.details.can_close_topic = true;
json.details.can_edit_staff_notes = true;
return response(json);
});