web/views/workflow.py
changeset 4090 9191f6106795
parent 4087 2b8bc4cfd6ee
child 4159 6b2b20c73d59
--- 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') % {