# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1233160874 -3600 # Node ID 907c18c01c6094c7e7adba47e7c1913c9a3ed95f # Parent cfb8d087cba30a6033408a743ef035ecee6ddd9d while EntityView has been used here?? (changeset 501 by laure) diff -r cfb8d087cba3 -r 907c18c01c60 web/views/startup.py --- a/web/views/startup.py Wed Jan 28 17:32:44 2009 +0100 +++ b/web/views/startup.py Wed Jan 28 17:41:14 2009 +0100 @@ -2,7 +2,7 @@ apply to a result set. :organization: Logilab -:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" @@ -10,7 +10,7 @@ from logilab.mtconverter import html_escape from cubicweb.common.uilib import ureport_as_html, unormalize, ajax_replace_url -from cubicweb.common.view import StartupView, EntityView +from cubicweb.common.view import StartupView from cubicweb.web.httpcache import EtagHTTPCacheManager _ = unicode @@ -176,7 +176,7 @@ self.req._('detailed schema view'))) -class SchemaUreportsView(EntityView): +class SchemaUreportsView(StartupView): id = 'schematext' def call(self): diff -r cfb8d087cba3 -r 907c18c01c60 web/views/tableview.py --- a/web/views/tableview.py Wed Jan 28 17:32:44 2009 +0100 +++ b/web/views/tableview.py Wed Jan 28 17:41:14 2009 +0100 @@ -2,7 +2,7 @@ :organization: Logilab -:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en"