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
|
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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue