shouldn't be called from here
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Dec 2009 17:51:04 +0100
changeset 4090 9191f6106795
parent 4089 ff92c7d692bf
child 4091 3fc6a53b7a6a
shouldn't be called from here
web/views/workflow.py
--- a/web/views/workflow.py	Wed Dec 09 17:48:04 2009 +0100
+++ b/web/views/workflow.py	Wed Dec 09 17:51:04 2009 +0100
@@ -65,7 +65,6 @@
         entity = self.cw_rset.get_entity(row, col)
         transition = self._cw.entity_from_eid(self._cw.form['treid'])
         form = self.get_form(entity, transition)
-        self.w(form.error_message())
         self.w(u'<h4>%s %s</h4>\n' % (self._cw._(transition.name),
                                       entity.view('oneline')))
         msg = _('status will change from %(st1)s to %(st2)s') % {