Log message for revision 75896:
  Handle notified appropriately.

Changed:
  U   CMF_Extras/trunk/CMFCollector/CollectorIssue.py

-=-
Modified: CMF_Extras/trunk/CMFCollector/CollectorIssue.py
===================================================================
--- CMF_Extras/trunk/CMFCollector/CollectorIssue.py     2007-05-22 18:41:37 UTC 
(rev 75895)
+++ CMF_Extras/trunk/CMFCollector/CollectorIssue.py     2007-05-22 18:45:30 UTC 
(rev 75896)
@@ -764,6 +764,15 @@
         if hasattr(self, 'notifyModified'):
             self.notifyModified()
 
+    security.declarePrivate('notifyModified')
+    def notifyModified(self):
+        """ Take appropriate action after the resource has been modified.
+
+        Update creators and modification_date.
+        """
+        self.addCreator()
+        self.setModificationDate()
+
     def __len__(self):
         """Number of uploaded artifacts (ie, excluding transcript)."""
         return len(self.objectIds()) - 1

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to