# HG changeset patch # User Thierry Florac # Date 1506950085 -7200 # Node ID 85bbfd8dcd6547ccd53fe44c3e39d02a806347c1 # Parent 4a7679f7f16c86fd074193a9287c7df6fc461aa9 Modification des attributs du champ "bloc-note" diff -r 4a7679f7f16c -r 85bbfd8dcd65 src/pyams_content/shared/common/zmi/__init__.py --- 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):