Ignore:
Timestamp:
13 Sep 2011, 09:43:13 (13 years ago)
Author:
Henrik Bettermann
Message:

Remove trash.

Rename entry_session_vocab and other academic session related things because of the ambiguity of the term 'session'. We should always use one of the following terms: entry session, current session or academic session.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/applicants
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py

    r6648 r6744  
    443443        readonly = True,
    444444        )
    445     # entry_session is inherited from the container
    446     #entry_session = schema.Choice(
    447     #    source = entry_session_vocab,
    448     #    title = u'Entry Session',
    449     #    required = False,
    450     #    readonly = True
    451     #    )
    452445    notice = schema.Text(
    453446        title = u'Notice',
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/vocabularies.py

    r6648 r6744  
    99from waeup.sirp.students.lgas import LGAS
    1010from waeup.sirp.students.vocabularies import (
    11     entry_session_vocab, CertificateSource, GenderSource)
     11    CertificateSource, GenderSource)
    1212
    1313#: Types of applications we support.
Note: See TracChangeset for help on using the changeset viewer.