diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-10-18 12:01:19 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-10-18 15:09:17 +0100 |
commit | 089fbdd8d5a9dc91dd975358f35bfae563c62d49 (patch) | |
tree | 705ecf53fc2ca9e33caa7961a431ccc99677d707 /perllib/FixMyStreet/App/Controller/Moderate.pm | |
parent | 5dd0432454277a014a70e35d7fe239b9d5ba995b (diff) |
Tidy up report page permission checkings.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Moderate.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Moderate.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Moderate.pm b/perllib/FixMyStreet/App/Controller/Moderate.pm index 42dc759e5..4d3a97fa8 100644 --- a/perllib/FixMyStreet/App/Controller/Moderate.pm +++ b/perllib/FixMyStreet/App/Controller/Moderate.pm @@ -21,10 +21,7 @@ data to change. (Authentication requires: - user to be from_body - - user to have a "moderate" record in user_body_permissions (there is - currently no admin interface for this. Should be added, but - while we're trialing this, it's a simple case of adding a DB record - manually) + - user to have a "moderate" record in user_body_permissions The original data of the report is stored in moderation_original_data, so that it can be reverted/consulted if required. All moderation events are |