- Timestamp:
- 12 Jun 2018, 07:51:53 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/export.py
r15047 r15049 389 389 390 390 class DataForLecturerExporter(grok.GlobalUtility, StudentExporterBase): 391 """ 391 """The Data for Lecturer Exporter searches for students in the course 392 tickets catalog and exports those course tickets which belong to the 393 given course code, meet level and session passed through at the 394 same time, and which are editable by lecturers. This exporter can only 395 be called at course level in the academic section. 392 396 """ 393 397 grok.name('lecturer')
Note: See TracChangeset for help on using the changeset viewer.