[compteWiki] erratum
This commit is contained in:
parent
09fcf6b1e5
commit
7f88011540
1 changed files with 3 additions and 1 deletions
|
@ -245,8 +245,10 @@ class prenom(Attr):
|
||||||
|
|
||||||
class compteWiki(Attr):
|
class compteWiki(Attr):
|
||||||
singlevalue = False
|
singlevalue = False
|
||||||
optional = False
|
optional = True
|
||||||
legend = u"Compte WiKi"
|
legend = u"Compte WiKi"
|
||||||
|
category = 'perso'
|
||||||
|
can_modify = [nounou, cableur, soi]
|
||||||
|
|
||||||
def parse_value(self, val, ldif):
|
def parse_value(self, val, ldif):
|
||||||
self.value = validate_name(val)
|
self.value = validate_name(val)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue