Hi all,
I'm having trouble accessing the review_history using the getInfoFor method, example 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'm logged in to the system I can see the contents of the review_history var, but when I view as an unregistered user, all I see is an empty list. Has anyone ever come across this and is there a way to amend it so that its available to everybody?
I hope I described this properly, Thanks in advance
Ruth