Ignore:
Timestamp:
6 Dec 2006, 14:08:48 (18 years ago)
Author:
joachim
Message:

double call in raise_objection fixed (in custom)
pins_view faster (not in custom)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/raise_objection.py

    r891 r1001  
    2323
    2424info['app_doc'].edit(mapping={'objection_date':current,})
    25 wf.doActionFor(info['student'],'raise_objection')
    26 return context.objection_raised_form(info=info)
     25if info['review_state'] == "admitted":
     26    wf.doActionFor(info['student'],'raise_objection')
     27    return context.objection_raised_form(info=info)
     28return context.admission_form()
Note: See TracChangeset for help on using the changeset viewer.