Ticket #5678 (closed Bug: fixed)
folder_summary_view ignores allowAnonymousViewAbout
| Reported by: | mudrd8mz | Owned by: | optilude |
|---|---|---|---|
| Priority: | major | Milestone: | 2.5.1 |
| Component: | Navigation/Folder listings | Keywords: | |
| Cc: | mudrd8mz |
Description
Filesystem Page Template at portal_skins/plone_content/folder_summary_view ignores allowAnonymousViewAbout property, so author names are displayed for Anonymous visitors. It would be fine either to include something like
<tal:newsitem condition="python:
(site_properties.allowAnonymousViewAbout or not isAnon)
and item_type == 'News Item'
">
or use
portal_skins/plone_content/document_byline macro
Note: See
TracTickets for help on using
tickets.
