This commit is contained in:
Benjamin Dauvergne 2016-05-26 17:46:37 +02:00
parent fcd8b4aeb0
commit 57aae04295
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class CurieLdifParser(ldif.LDIFParser):
'supannEtablissement': '{UAI}0753172R',
}
if entry.get('iclisterouge') and entry['iclisterouge'][0]:
d['icListeRouge'] = entry['iclisterouge'][0].upper()
d['icListeRouge'] = [entry['iclisterouge'][0].upper()]
# attributes to copy
for to_copy in ('telephoneNumber', 'icLibelleEntite', 'icUniteFonctionnelle',
'icEquipeRecherche', 'icEmploi'):