web/views/tabs.py
changeset 8237 f854cf9b089e
parent 8216 99ff746e8de8
child 8442 202625f247b4
--- a/web/views/tabs.py	Tue Feb 14 15:16:42 2012 +0100
+++ b/web/views/tabs.py	Tue Feb 14 09:39:44 2012 +0100
@@ -52,7 +52,7 @@
         if rql:
             urlparams['rql'] = rql
         elif eid:
-            urlparams['rql'] = uilib.rql_for_eid(eid)
+            urlparams['eid'] = eid
         elif rset:
             urlparams['rql'] = rset.printable_rql()
         if tabid is None: