Changeset 14873 for main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Timestamp:
- 24 Oct 2017, 05:59:08 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/browser.py
r14716 r14873 26 26 from waeup.kofa.browser.layout import action, jsaction 27 27 from waeup.kofa.students.browser import ( 28 StudyLevelEditFormPage, StudyLevelDisplayFormPage, 29 StudentBasePDFFormPage, ExportPDFCourseRegistrationSlip, 30 CourseTicketDisplayFormPage, StudentTriggerTransitionFormPage, 31 msave, emit_lock_message) 28 StartClearancePage) 32 29 from waeup.kofa.students.interfaces import IStudentsUtils, ICourseTicket 33 30 from waeup.kofa.students.workflow import FORBIDDEN_POSTGRAD_TRANS … … 46 43 from kofacustom.dspg.interfaces import MessageFactory as _ 47 44 45 46 class CustomStartClearancePage(StartClearancePage): 47 48 @property 49 def with_ac(self): 50 if self.context.current_mode == 'hnd_ft': 51 return False 52 return True
Note: See TracChangeset for help on using the changeset viewer.