[attributs] ajout de uid
This commit is contained in:
parent
fa1cb73e60
commit
048bb919d9
1 changed files with 5 additions and 0 deletions
|
@ -144,6 +144,10 @@ class aid(Attr):
|
||||||
def __unicode__(self):
|
def __unicode__(self):
|
||||||
return unicode(self.value)
|
return unicode(self.value)
|
||||||
|
|
||||||
|
class uid(Attr):
|
||||||
|
singlevalue = True
|
||||||
|
option = False
|
||||||
|
legend = u"L'identifiant canonique de l'adhérent"
|
||||||
|
|
||||||
class nom(Attr):
|
class nom(Attr):
|
||||||
singlevalue = True
|
singlevalue = True
|
||||||
|
@ -422,6 +426,7 @@ class historique(Attr):
|
||||||
CRANS_ATTRIBUTES= {
|
CRANS_ATTRIBUTES= {
|
||||||
'objectClass' : objectClass,
|
'objectClass' : objectClass,
|
||||||
'aid': aid,
|
'aid': aid,
|
||||||
|
'uid': uid,
|
||||||
'nom' : nom,
|
'nom' : nom,
|
||||||
'prenom' : prenom,
|
'prenom' : prenom,
|
||||||
'tel' : tel,
|
'tel' : tel,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue