Changeset 8729 for main/waeup.fceokene/trunk
- Timestamp:
- 15 Jun 2012, 06:47:42 (12 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene
- Property svn:mergeinfo changed
/main/waeup.uniben/trunk/src/waeup/uniben merged: 8727
- Property svn:mergeinfo changed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/interfaces.py
r8649 r8729 302 302 ) 303 303 304 class ICustomApplicant(IUGApplicant, IPGApplicant):304 class ICustomApplicant(IUGApplicant, IPGApplicant): 305 305 """An interface for both types of applicants. 306 306 307 Attention: The IPGApplicant field seetings will be overwritten 308 by IPGApplicant field settings. If a field is defined 309 in both interfaces zope.schema validates only against the 310 constraints in IUGApplicant. This does not affect the forms 311 since they are build on either IUGApplicant or IPGApplicant. 307 312 """ 308 313 … … 317 322 318 323 class IUGApplicantEdit(IUGApplicant): 319 """An undergraduate applicant interface for edit ing.324 """An undergraduate applicant interface for edit forms. 320 325 321 326 Here we can repeat the fields from base data and set the
Note: See TracChangeset for help on using the changeset viewer.