diff options
author | Udo Walter | 2017-12-07 18:48:00 +0100 |
---|---|---|
committer | Udo Walter | 2017-12-07 18:48:00 +0100 |
commit | a1920b7f3f416e76863690d24de7282917698c09 (patch) | |
tree | 688a9d1ac013985a0bcf09765fa4ce68d0dc1c48 /modules-available/statistics_reporting/permissions/permissions.json | |
parent | [dozmod] reworked permission system from "click and you get error" to "button... (diff) | |
download | slx-admin-a1920b7f3f416e76863690d24de7282917698c09.tar.gz slx-admin-a1920b7f3f416e76863690d24de7282917698c09.tar.xz slx-admin-a1920b7f3f416e76863690d24de7282917698c09.zip |
[permissionmanager] added support for localized permission descriptions;
moved add/delete buttons to the right; items in the user and locations
table can now be selected by clicking anywhere in the table row;
Diffstat (limited to 'modules-available/statistics_reporting/permissions/permissions.json')
-rw-r--r-- | modules-available/statistics_reporting/permissions/permissions.json | 20 |
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 |