Hallo
Beim CSV-Upload für Mitarbeiter kommt folgender Fehler:
[code]Die Ausführung des Kommandos schoolcsvimport/save ist fehlgeschlagen:
Traceback (most recent call last):
File “/usr/lib/pymodules/python2.6/univention/management/console/modules/init.py”, line 204, in execute
func( request )
File “/usr/lib/pymodules/python2.6/univention/management/console/modules/decorators.py”, line 591, in _response
return function(self, request)
File “/usr/lib/pymodules/python2.6/univention/management/console/modules/schoolcsvimport/init.py”, line 140, in save_csv
has_header = user_klass.is_header(first_line, dialect)
File “/usr/lib/pymodules/python2.6/univention/management/console/modules/schoolcsvimport/util.py”, line 139, in is_header
found_column = cls.find_field_name_from_label(column, 0)
File “/usr/lib/pymodules/python2.6/univention/management/console/modules/schoolcsvimport/util.py”, line 153, in find_field_name_from_label
attr = cls._attributes[name]
KeyError: ‘school_class’[/code]
Der Upload und Import für (Schüler, Lehrer, Lehrer und Mitarbeiter) funktioniert problemlos!
Konnte jemand dasselbe Problem feststellen ?
Danke