autorise modif nom,prenom by soi
En attendant discussion en CA si besoin est.
This commit is contained in:
parent
bfff595251
commit
55dadbd693
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue