[compteWiki] erratum

This commit is contained in:
Daniel STAN 2013-03-04 03:44:30 +01:00
parent 09fcf6b1e5
commit 7f88011540

View file

@ -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)