diff --git a/gen/mixins/__init__.py b/gen/mixins/__init__.py index 3095ff5..1360e2a 100644 --- a/gen/mixins/__init__.py +++ b/gen/mixins/__init__.py @@ -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): diff --git a/gen/wrappers/__init__.py b/gen/wrappers/__init__.py index 92cbddf..fdf637d 100644 --- a/gen/wrappers/__init__.py +++ b/gen/wrappers/__init__.py @@ -370,7 +370,7 @@ class AbstractWrapper(object): - +
@@ -384,6 +384,8 @@ class AbstractWrapper(object):
:_('modified_field') :_('previous_value')::change[1][0]
+ + ::zobj.formatText(rhComments)