summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/permissions/permissions.json
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics_reporting/permissions/permissions.json')
-rw-r--r--modules-available/statistics_reporting/permissions/permissions.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/modules-available/statistics_reporting/permissions/permissions.json b/modules-available/statistics_reporting/permissions/permissions.json
index e6e550eb..d967b75d 100644
--- a/modules-available/statistics_reporting/permissions/permissions.json
+++ b/modules-available/statistics_reporting/permissions/permissions.json
@@ -1,10 +1,10 @@
-{
- "table.view.total": "View total table.",
- "table.view.location": "View location table.",
- "table.view.client": "View client table.",
- "table.view.user": "View user table.",
- "table.view.vm": "View lecture table.",
- "table.export": "Export tables as JSON/CSV/XML. Needs the permission to view the table to export it.",
- "reporting.download": "Download weekly report.",
- "reporting.change": "Change weekly reporting settings."
-} \ No newline at end of file
+[
+ "table.view.total",
+ "table.view.location",
+ "table.view.client",
+ "table.view.user",
+ "table.view.vm",
+ "table.export",
+ "reporting.download",
+ "reporting.change"
+] \ No newline at end of file