Changeset 15143 for main/waeup.kofa/branches/henrik-transcript-workflow/src/waeup/kofa/students/interfaces.py
- Timestamp:
- 18 Sep 2018, 10:20:39 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/henrik-transcript-workflow/src/waeup/kofa/students/interfaces.py
r14702 r15143 219 219 transcript_enabled = Attribute('True if transcript processing is enabled') 220 220 clearance_locked = Attribute('True if clearance form is locked') 221 studycourse_locked = Attribute( 222 'True if nobody is allowed to change studycourse, studylecel or ' 223 'course ticket data, neither through the UI nor via import') 221 224 222 225 password = Attribute('Encrypted password') … … 376 379 transcript_comment = schema.Text( 377 380 title = _(u'Comment'), 381 required = False, 382 ) 383 384 transcript_signees = schema.Text( 385 title = _(u'Signees'), 378 386 required = False, 379 387 )
Note: See TracChangeset for help on using the changeset viewer.