[gen] Allow to have data change events that contain comments.

This commit is contained in:
Gaetan Delannay 2014-10-15 15:39:11 +02:00
parent e72f53c0d9
commit 3dfb90b5b3
2 changed files with 4 additions and 3 deletions

View file

@ -177,8 +177,7 @@ class BaseMixin:
history.append(event)
self.workflow_history['appy'] = tuple(history)
appy = self.appy()
self.log('data change event deleted for %s (UID=%s).' % \
(appy.klass.__name__, appy.uid))
self.log('data change event deleted for %s.' % appy.uid)
self.goto(self.getUrl(rq['HTTP_REFERER']))
def onLink(self):