web/views/workflow.py
changeset 5174 78438ad513ca
parent 4995 1817b87c7f67
child 5224 34e669b6fd95
--- a/web/views/workflow.py	Wed Apr 07 09:24:00 2010 +0200
+++ b/web/views/workflow.py	Wed Apr 07 14:26:35 2010 +0200
@@ -129,7 +129,7 @@
             headers = (_('from_state'), _('to_state'), _('comment'), _('date'))
         rql = '%s %s, X eid %%(x)s' % (sel, rql)
         try:
-            rset = self._cw.execute(rql, {'x': eid}, 'x')
+            rset = self._cw.execute(rql, {'x': eid})
         except Unauthorized:
             return
         if rset: