summaryrefslogtreecommitdiffstats
path: root/pbs.sql
diff options
context:
space:
mode:
authormichael pereira2011-04-10 21:05:31 +0200
committermichael pereira2011-04-10 21:05:31 +0200
commitdb0e610aa4b58a55604b2a0474f697333d839d10 (patch)
treecc2b9e0031a1280b9394df85df4297fd326cb548 /pbs.sql
parentConfig Own/Group getrennt (diff)
parentDisabled oder Readonly-Elemente werden immer ausgegraut und haben den normale... (diff)
downloadpbs2-db0e610aa4b58a55604b2a0474f697333d839d10.tar.gz
pbs2-db0e610aa4b58a55604b2a0474f697333d839d10.tar.xz
pbs2-db0e610aa4b58a55604b2a0474f697333d839d10.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
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