#473188: missing get_page_data when patching bare db-api request for web compatibility stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 12 Nov 2009 17:32:09 +0100
branchstable
changeset 3832 ce8dd861f442
parent 3831 5eb369d24e7d
child 3833 5507aa75f601
#473188: missing get_page_data when patching bare db-api request for web compatibility
dbapi.py
--- a/dbapi.py	Thu Nov 12 17:31:19 2009 +0100
+++ b/dbapi.py	Thu Nov 12 17:32:09 2009 +0100
@@ -497,6 +497,7 @@
         DBAPIRequest.relative_path = fake
         DBAPIRequest.url = fake
         DBAPIRequest.next_tabindex = fake
+        DBAPIRequest.get_page_data = fake
         DBAPIRequest.add_js = fake #cwrb.add_js.im_func
         DBAPIRequest.add_css = fake #cwrb.add_css.im_func
         # XXX could ask the repo for it's base-url configuration