[web page tracking] fix bug introduced by parent revision stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 15 Jun 2011 19:15:55 +0200
branchstable
changeset 7516 9989b69e2a19
parent 7515 e1ba23fdcf2d
child 7517 a05bad3aec2e
[web page tracking] fix bug introduced by parent revision
web/component.py
--- a/web/component.py	Wed Jun 15 17:34:23 2011 +0200
+++ b/web/component.py	Wed Jun 15 19:15:55 2011 +0200
@@ -410,7 +410,6 @@
         params.pop('view', None)
         params.pop('entity', None)
         form = params.pop('formparams', {})
-        form['pageid'] = self._cw.pageid
         if entity.has_eid():
             eid = entity.eid
         else: