autorise modif nom,prenom by soi

En attendant discussion en CA si besoin est.
This commit is contained in:
Daniel STAN 2015-03-20 12:50:22 +01:00
parent bfff595251
commit 55dadbd693

View file

@ -534,7 +534,7 @@ class nom(Attr):
optional = False optional = False
legend = "Nom" legend = "Nom"
category = 'perso' category = 'perso'
can_modify = [nounou, cableur] can_modify = [nounou, cableur, soi]
ldap_name = "nom" ldap_name = "nom"
def parse_value(self, nom): def parse_value(self, nom):
@ -553,7 +553,7 @@ class prenom(Attr):
optional = False optional = False
legend = u"Prénom" legend = u"Prénom"
category = 'perso' category = 'perso'
can_modify = [nounou, cableur] can_modify = [nounou, cableur, soi]
ldap_name = "prenom" ldap_name = "prenom"
def parse_value(self, prenom): def parse_value(self, prenom):