Changeset 10853


Ignore:
Timestamp:
15 Dec 2013, 07:32:25 (11 years ago)
Author:
Henrik Bettermann
Message:

Revert reversion. Omitting special_application is necessary.

File:
1 edited

Legend:

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

    r10850 r10853  
    5252PG_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS + ('course2',)
    5353PG_OMIT_PDF_FIELDS = PG_OMIT_DISPLAY_FIELDS + ('phone',)
    54 PG_OMIT_MANAGE_FIELDS = ('course2',)
     54PG_OMIT_MANAGE_FIELDS = ('special_application', 'course2',)
    5555PG_OMIT_EDIT_FIELDS = PG_OMIT_MANAGE_FIELDS + PG_OMIT_DISPLAY_FIELDS + (
    5656    'student_id', 'notice',
Note: See TracChangeset for help on using the changeset viewer.