--- a/src/pyams_content/shared/common/zmi/__init__.py Mon Oct 02 14:43:28 2017 +0200
+++ b/src/pyams_content/shared/common/zmi/__init__.py Mon Oct 02 15:14:45 2017 +0200
@@ -79,8 +79,6 @@
if 'title' in self.widgets:
self.widgets['title'].description = _("This title can be modified afterwards")
if 'notepad' in self.widgets:
- self.widgets['notepad'].label = IWorkflowCommentInfo['comment'].title
- self.widgets['notepad'].description = IWorkflowCommentInfo['comment'].description
self.widgets['notepad'].widget_css_class = 'textarea'
def create(self, data):