The full history
link does not work in the zwiki_plone skin because of a case mismatch in the permission lookup:
in skins/zwiki_plone/diffform.pt there is a tal:condition="python:user.has_permission(View history
,here)"
The actual permission should be View History
instead of View history
(note case).
"View History" now with "right" case --nachtigall, Fri, 13 May 2005 04:23:38 -0700 reply
Name: '#1081 View history
permission wrong case in zwiki_plone skin' => '#1081 View history
permission wrong case in zwiki_plone skin'
Status: open => closed
Thanks for the report. However, I don't seem to have this problem, that is, the full history
works ok for me.
- Anyway, I changed it to "View History" instead of "View history" now (should be in 0.42)
- maybe it is dependend on the Zope Version.
Please send some more information (eg a screenshot), if you still have this problem.
Jens
property change --simon, Fri, 13 May 2005 19:41:59 -0700 reply
Name: '#1081 View history
permission wrong case in zwiki_plone skin' => #1081 full history link not working in zwiki_plone skin
View History
seems correct, that's what it is in the standard skin.