web/views/workflow.py
changeset 4167 73e649a7797d
parent 4159 6b2b20c73d59
child 4252 6c4f109c2b03
--- a/web/views/workflow.py	Mon Dec 21 20:24:47 2009 +0100
+++ b/web/views/workflow.py	Mon Dec 21 20:25:58 2009 +0100
@@ -71,8 +71,7 @@
             'st1': entity.printable_state,
             'st2': self._cw._(transition.destination().name)}
         self.w(u'<p>%s</p>\n' % msg)
-        self.w(form.render(formvalues=dict(wf_info_for=entity.eid,
-                                           by_transition=transition.eid)))
+        self.w(form.render())
 
     def redirectpath(self, entity):
         return entity.rest_path()