Ignore:
Timestamp:
17 Jun 2012, 07:09:21 (13 years ago)
Author:
Henrik Bettermann
Message:

Replace getStudent method by a 'student' attribute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/helpers.py

    r8735 r8736  
    693693    # (applyData does this only for the context)
    694694    if 'certificate' in changed_fields:
    695         notify(grok.ObjectModifiedEvent(view.context.getStudent()))
     695        notify(grok.ObjectModifiedEvent(view.context.student))
    696696    fields_string = ' + '.join(changed_fields)
    697697    view.flash(_('Form has been saved.'))
Note: See TracChangeset for help on using the changeset viewer.