Changeset 8737 for main/waeup.kofa/trunk/src/waeup/kofa/utils
- Timestamp:
- 17 Jun 2012, 07:32:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/helpers.py
r8736 r8737 690 690 if changed_fields: 691 691 changed_fields = reduce(lambda x,y: x+y, changed_fields.values()) 692 # Inform catalog if certificate has changed693 # (applyData does this only for the context)694 if 'certificate' in changed_fields:695 notify(grok.ObjectModifiedEvent(view.context.student))696 692 fields_string = ' + '.join(changed_fields) 697 693 view.flash(_('Form has been saved.'))
Note: See TracChangeset for help on using the changeset viewer.