Newer
Older
from cubicweb.sobjects.notification import ContentAddedView
def subject(self):
entity = self.cw_rset.get_entity(0, 0)
return '[%s] %s' % (self._cw.vreg.config.appid, entity.dc_title())
from cubicweb.sobjects.notification import ContentAddedView
def subject(self):
entity = self.cw_rset.get_entity(0, 0)
return '[%s] %s' % (self._cw.vreg.config.appid, entity.dc_title())