Ignore:
Timestamp:
26 Nov 2012, 14:31:18 (12 years ago)
Author:
Henrik Bettermann
Message:

Reenable current_verdict for pg students.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r9716 r9723  
    824824        if self.context.is_postgrad:
    825825            form_fields = grok.AutoFields(IStudentStudyCourse).omit(
    826                 'current_verdict', 'previous_verdict')
     826                'previous_verdict')
    827827        else:
    828828            form_fields = grok.AutoFields(IStudentStudyCourse)
     
    891891        if self.context.is_postgrad:
    892892            form_fields = grok.AutoFields(IStudentStudyCourse).omit(
    893                 'current_verdict', 'previous_verdict')
     893                'previous_verdict')
    894894        else:
    895895            form_fields = grok.AutoFields(IStudentStudyCourse)
Note: See TracChangeset for help on using the changeset viewer.