[gen] Allow to have data change events that contain comments.
This commit is contained in:
parent
e72f53c0d9
commit
3dfb90b5b3
2 changed files with 4 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue