sobjects/supervising.py
changeset 3377 dd9d292b6a6d
parent 3163 edfe43ceaa35
child 3429 531395cb5a22
--- a/sobjects/supervising.py	Wed Sep 23 08:42:52 2009 +0200
+++ b/sobjects/supervising.py	Wed Sep 23 09:29:39 2009 +0200
@@ -82,8 +82,8 @@
 class SupervisionEmailView(Component):
     """view implementing the email API for data changes supervision notification
     """
+    __regid__ = 'supervision_notif'
     __select__ = none_rset()
-    id = 'supervision_notif'
 
     def recipients(self):
         return self.config['supervising-addrs']