diff --git a/Products/ATContentTypes/skins/ATContentTypes/folder_full_view_item.pt b/Products/ATContentTypes/skins/ATContentTypes/folder_full_view_item.pt index b60457d7..d8f2370e 100644 --- a/Products/ATContentTypes/skins/ATContentTypes/folder_full_view_item.pt +++ b/Products/ATContentTypes/skins/ATContentTypes/folder_full_view_item.pt @@ -12,9 +12,10 @@ tal:define="portal_state context/@@plone_portal_state; context_state context/@@plone_context_state; plone_view context/@@plone; + plone_layout context/@@plone_layout; lang portal_state/language; view nocall:view | nocall: plone_view; - dummy python: plone_view.mark_view(view); + dummy python: plone_layout.mark_view(view); portal_url portal_state/portal_url; checkPermission nocall: context/portal_membership/checkPermission; site_properties context/portal_properties/site_properties; diff --git a/news/64.bugfix b/news/64.bugfix new file mode 100644 index 00000000..434007c8 --- /dev/null +++ b/news/64.bugfix @@ -0,0 +1,2 @@ +Fix full_folder_view view in Plone 5.2 +[pbauer] \ No newline at end of file