web/views/tabs.py
branchtls-sprint
changeset 1498 2c6eec0b46b9
parent 1477 b056a49c16dc
child 1802 d628defebc17
--- a/web/views/tabs.py	Tue Apr 28 10:11:08 2009 +0200
+++ b/web/views/tabs.py	Tue Apr 28 11:22:31 2009 +0200
@@ -38,7 +38,7 @@
             'lazyview wants at least : rql, or an eid, or an rset -- or call it with static=True'
         w = w or self.w
         self.req.add_js('cubicweb.lazy.js')
-        urlparams = {'vid' : vid, 'mode' : 'html'}
+        urlparams = {'vid' : vid, 'fname' : 'view'}
         if rql:
             urlparams['rql'] = rql
         elif eid: