Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContentlistingTile not used the Registry Value plone.allow_anon_views_about #73

Open
1letter opened this issue Jul 4, 2017 · 0 comments

Comments

@1letter
Copy link

1letter commented Jul 4, 2017

Hi,

Please update the tal:defines Values in the listing_view.pt to

<tal:defines define="results context;
                         original_context nocall:options/original_context|context;
                         toLocalizedTime nocall:original_context/@@plone/toLocalizedTime;
                         pas_member original_context/@@pas_member;
                         registry original_context/portal_registry;
                         view_types python: registry.get('plone.types_use_view_action_in_listings', []);
                         show_about python:registry.get('plone.allow_anon_views_about')">

then we can use the "show_about" Option regular. Until now the Option is ever "True".

Best Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant