while EntityView has been used here?? (changeset 501 by laure)
authorsylvain.thenault@logilab.fr
Wed, 28 Jan 2009 17:41:14 +0100
changeset 513 907c18c01c60
parent 512 cfb8d087cba3
child 514 87e76bce9452
while EntityView has been used here?? (changeset 501 by laure)
web/views/startup.py
web/views/tableview.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):
--- 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"