From 55dadbd693c24f3127290cbdd961cb46669bc3d8 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Fri, 20 Mar 2015 12:50:22 +0100 Subject: [PATCH] autorise modif nom,prenom by soi En attendant discussion en CA si besoin est. --- attributs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attributs.py b/attributs.py index 4d1f41a..19be9e8 100644 --- a/attributs.py +++ b/attributs.py @@ -534,7 +534,7 @@ class nom(Attr): optional = False legend = "Nom" category = 'perso' - can_modify = [nounou, cableur] + can_modify = [nounou, cableur, soi] ldap_name = "nom" def parse_value(self, nom): @@ -553,7 +553,7 @@ class prenom(Attr): optional = False legend = u"Prénom" category = 'perso' - can_modify = [nounou, cableur] + can_modify = [nounou, cableur, soi] ldap_name = "prenom" def parse_value(self, prenom):