summaryrefslogtreecommitdiffstats
path: root/pbs.sql
diff options
context:
space:
mode:
Diffstat (limited to 'pbs.sql')
-rw-r--r--pbs.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/pbs.sql b/pbs.sql
index 8216464..ab1e167 100644
--- a/pbs.sql
+++ b/pbs.sql
@@ -412,7 +412,7 @@ INSERT INTO `pbs`.`pbs_right` (`rightID`, `rightcategoryID`, `shortcut`, `title`
(NULL, '2', 'gsm', 'Suspend membership', NULL),
-- Rollen
- -- Neue Rollen anlegen
+ -- Zeige Übersicht
(NULL, '3', 'ro', 'Show overview of roles', NULL),
-- Neue Rollen anlegen
(NULL, '3', 'ra', 'Add role', NULL),
@@ -420,6 +420,8 @@ INSERT INTO `pbs`.`pbs_right` (`rightID`, `rightcategoryID`, `shortcut`, `title`
(NULL, '3', 'rdd', 'Display details of role', NULL),
-- Rollen löschen
(NULL, '3', 'rd', 'Delete role', NULL),
+ -- Rollen editieren
+(NULL, '3', 're', 'Edit role', NULL),
-- Rollen von Personen ändern
(NULL, '3', 'rcr', 'Change role of membership', NULL),
-- Recht zu Rolle hinzufügen