diff -r f5c69485381f -r dd9d292b6a6d sobjects/supervising.py --- 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']