src/pyams_content/shared/view/__init__.py
changeset 919 45ff6cd59fe0
parent 856 0e8c775ca958
child 970 7108d28758c3
--- a/src/pyams_content/shared/view/__init__.py	Tue Sep 04 09:23:57 2018 +0200
+++ b/src/pyams_content/shared/view/__init__.py	Tue Sep 04 11:03:25 2018 +0200
@@ -9,7 +9,6 @@
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE.
 #
-from pyams_content.shared.common.interfaces.types import IWfTypedSharedContent
 
 __docformat__ = 'restructuredtext'
 
@@ -25,6 +24,7 @@
 from hypatia.interfaces import ICatalog
 from pyams_content.features.preview.interfaces import IPreviewTarget
 from pyams_content.features.review.interfaces import IReviewTarget
+from pyams_content.shared.common.interfaces.types import IWfTypedSharedContent
 from pyams_content.shared.view.interfaces import IView, IWfView, IWfViewFactory, IViewQuery, \
     IViewQueryParamsExtension, IViewQueryFilterExtension, VIEW_CONTENT_TYPE, VIEW_CONTENT_NAME, IViewSettings
 from pyams_utils.interfaces import ICacheKeyValue
@@ -64,6 +64,8 @@
     content_type = VIEW_CONTENT_TYPE
     content_name = VIEW_CONTENT_NAME
 
+    handle_header = False
+
     select_context_type = FieldProperty(IWfView['select_context_type'])
     selected_content_types = FieldProperty(IWfView['selected_content_types'])
     select_context_datatype = FieldProperty(IWfView['select_context_datatype'])