Skip to content

Commit

Permalink
Merge pull request #64 from plone/fix_full_folder_view_p52
Browse files Browse the repository at this point in the history
Fix full_folder_view view in Plone 5.2
  • Loading branch information
pbauer authored Jun 15, 2019
2 parents 2e415f0 + f79e97a commit 6cf1b50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions news/64.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix full_folder_view view in Plone 5.2
[pbauer]

0 comments on commit 6cf1b50

Please sign in to comment.