Changeset 18082
- Timestamp:
- 4 Jun 2025, 15:41:30 (39 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py
r18029 r18082 250 250 title = _(u'Phone'), 251 251 description = u'', 252 required = False,252 required = True, 253 253 ) 254 254 … … 718 718 """ 719 719 720 phone = PhoneNumber( 721 title = _(u'Phone'), 722 description = u'', 723 required = True, 724 ) 725 720 726 disabilities = schema.Choice( 721 727 title = _(u'Disabilities'), … … 912 918 913 919 ICustomUGApplicant[ 920 'phone'].order = IApplicantBaseData['phone'].order 921 ICustomUGApplicant[ 914 922 'locked'].order = IApplicantBaseData['suspended'].order 915 923 ICustomUGApplicant[
Note: See TracChangeset for help on using the changeset viewer.