From 962d0521982fb76999ee24059b2c729dbfaef932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Mon, 23 Nov 2015 19:29:22 +0100 Subject: [PATCH] Les blacklistes sont modifiables aussi par le droit bureau --- attributs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributs.py b/attributs.py index fed20ac..467c44e 100644 --- a/attributs.py +++ b/attributs.py @@ -1369,7 +1369,7 @@ class blacklist(Attr): optional = True legend = u"Blackliste" category = 'info' - can_modify = [nounou] + can_modify = [nounou, bureau] ldap_name = "blacklist" python_type = dict