sobjects/supervising.py
changeset 3377 dd9d292b6a6d
parent 3163 edfe43ceaa35
child 3429 531395cb5a22
equal deleted inserted replaced
3376:f5c69485381f 3377:dd9d292b6a6d
    80 
    80 
    81 
    81 
    82 class SupervisionEmailView(Component):
    82 class SupervisionEmailView(Component):
    83     """view implementing the email API for data changes supervision notification
    83     """view implementing the email API for data changes supervision notification
    84     """
    84     """
       
    85     __regid__ = 'supervision_notif'
    85     __select__ = none_rset()
    86     __select__ = none_rset()
    86     id = 'supervision_notif'
       
    87 
    87 
    88     def recipients(self):
    88     def recipients(self):
    89         return self.config['supervising-addrs']
    89         return self.config['supervising-addrs']
    90 
    90 
    91     def subject(self):
    91     def subject(self):