Ignore:
Timestamp:
25 Sep 2018, 08:44:43 (6 years ago)
Author:
Henrik Bettermann
Message:

Remove redundant manage page (and ITranscript interface).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py

    r15163 r15173  
    373373        )
    374374
    375 class IStudentTranscript(IKofaObject):
    376     """Representation of student transcript data. Only used for
    377     StudentTranscriptRequestManageFormPage.
    378     """
    379 
    380     transcript_comment = schema.Text(
    381         title = _(u'Comment'),
    382         required = False,
    383         )
    384 
    385     transcript_signees = schema.Text(
    386         title = _(u'Signees'),
    387         required = False,
    388         )
    389 
    390 
    391375class IStudent(IStudentBase,IUGStudentClearance,IPGStudentClearance,
    392376    IStudentPersonal):
Note: See TracChangeset for help on using the changeset viewer.