Changeset 17594 for main/kofacustom.unidel
- Timestamp:
- 21 Sep 2023, 20:46:45 (14 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
r17587 r17594 301 301 302 302 class CustomExportPDFAdmissionSlip(ExportPDFAdmissionSlip): 303 grok.require('waeup.manage Student')304 303 grok.require('waeup.managePortal') 304 -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/viewlets.py
r17587 r17594 47 47 48 48 class AdmissionSlipActionButton(AdmissionSlipActionButton): 49 grok.require('waeup.manage Student')49 grok.require('waeup.managePortal')
Note: See TracChangeset for help on using the changeset viewer.