Changeset 8736 for main/waeup.kofa/trunk/src/waeup/kofa/utils
- Timestamp:
- 17 Jun 2012, 07:09:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/helpers.py
r8735 r8736 693 693 # (applyData does this only for the context) 694 694 if 'certificate' in changed_fields: 695 notify(grok.ObjectModifiedEvent(view.context. getStudent()))695 notify(grok.ObjectModifiedEvent(view.context.student)) 696 696 fields_string = ' + '.join(changed_fields) 697 697 view.flash(_('Form has been saved.'))
Note: See TracChangeset for help on using the changeset viewer.