Changeset 12104 for main/waeup.kofa/trunk/src/waeup/kofa/university
- Timestamp:
- 1 Dec 2014, 14:43:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/university/certificate.txt
r9826 r12104 211 211 <implementedBy waeup.kofa.university.certificate.CertificateCourse> 212 212 213 214 Event Subscribers215 =================216 217 .. function:: removedCourseHandler(course, event)218 219 An event subscriber triggered for220 :class:`grok.IObjectRemovedEvent`s, when an :class:`ICourse`221 instance is removed from a container.222 223 Tries to remove all referring :class:`CertificateCourse`224 instances that refer to a removed course.225 226 To accomplish that, the parents of the removed course are looked up227 for a certifcate container which contains a certificate course that228 refers to the deleted course.229 230 .. seealso:: :ref:`removecertificatecourses`231 232 **handles:**233 :class:`ICourse`234 235 **event type:**236 :class:`grok.IObjectRemovedEvent`237 213 238 214 Examples
Note: See TracChangeset for help on using the changeset viewer.