summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon2011-04-08 17:55:52 +0200
committerSimon2011-04-08 17:55:52 +0200
commit7b0b88d49de7315ab0ea484e41bfdd63402081d5 (patch)
treedfef1394ec03bd8e70c6876e0c27593363a24e05
parentFooter ist wieder an der Box (diff)
downloadpbs2-7b0b88d49de7315ab0ea484e41bfdd63402081d5.tar.gz
pbs2-7b0b88d49de7315ab0ea484e41bfdd63402081d5.tar.xz
pbs2-7b0b88d49de7315ab0ea484e41bfdd63402081d5.zip
Recht: 'Edit role' hinzugefügt
-rw-r--r--pbs.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/pbs.sql b/pbs.sql
index f2f2b30..dd16656 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