Ignore:
Timestamp:
15 Jun 2012, 06:47:42 (12 years ago)
Author:
Henrik Bettermann
Message:

Merged with waeup.uniben 8726:8727.

Location:
main/waeup.fceokene/trunk/src/waeup/fceokene
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene

  • main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/interfaces.py

    r8649 r8729  
    302302        )
    303303
    304 class ICustomApplicant(IUGApplicant,IPGApplicant):
     304class ICustomApplicant(IUGApplicant, IPGApplicant):
    305305    """An interface for both types of applicants.
    306306
     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.
    307312    """
    308313
     
    317322
    318323class IUGApplicantEdit(IUGApplicant):
    319     """An undergraduate applicant interface for editing.
     324    """An undergraduate applicant interface for edit forms.
    320325
    321326    Here we can repeat the fields from base data and set the
Note: See TracChangeset for help on using the changeset viewer.