Changeset 17709 for main/kofacustom.unidel/trunk
- Timestamp:
- 1 Mar 2024, 07:57:57 (8 months ago)
- Location:
- main/kofacustom.unidel/trunk/src/kofacustom/unidel/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/browser.py
r17594 r17709 240 240 241 241 grok.name('examclearance_slip.pdf') 242 grok.require('waeup. manageStudent')242 grok.require('waeup.handleStudent') 243 243 omit_fields = ( 244 244 'suspended', -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/viewlets.py
r17612 r17709 35 35 grok.context(ICustomStudent) 36 36 grok.view(StudentBaseDisplayFormPage) 37 grok.require('waeup. manageStudent')37 grok.require('waeup.handleStudent') 38 38 text = _('Download examination clearance slip') 39 39 target = 'examclearance_slip.pdf'
Note: See TracChangeset for help on using the changeset viewer.