changeset 1410 | dc22b5461850 |
parent 1126 | 9b586c6415ae |
child 1477 | b056a49c16dc |
--- a/sobjects/notification.py Mon Apr 20 10:50:36 2009 +0200 +++ b/sobjects/notification.py Mon Apr 20 11:22:06 2009 -0700 @@ -296,10 +296,3 @@ return u'%s #%s (%s)' % (self.req.__('New %s' % entity.e_schema), entity.eid, self.user_login()) - -class CardAddedView(NormalizedTextView): - """get notified from new cards""" - accepts = ('Card',) - content_attr = 'synopsis' - -