I am having problems accessing the review_history function using the getInfoFor method, sample code below:
<div tal:define = "review_history python:wtool.getInfoFor(here, 'review_history', []); review_history python: portal.reverseList(review_history)" tal:repeat="items review_history"> <span tal:content="python: review_history" /> </div>
When I log in, I see the contents of rev_history var, but when I view it as an unregistered user, all I see is an empty list. Has anyone ever come across this, and is there a way to change it so that it is accessible to everyone?
source share