From e4ac27478172b741dd18296d7c7c7c9c1b78a8b3 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sun, 21 Jun 2009 13:00:28 +0000 Subject: [PATCH] fix that logged in users who are not managers don't see comments at all. svn path=/plone.app.discussion/trunk/; revision=27587 --- plone/app/discussion/browser/comments.pt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/browser/comments.pt b/plone/app/discussion/browser/comments.pt index a8bafab..8dfea65 100644 --- a/plone/app/discussion/browser/comments.pt +++ b/plone/app/discussion/browser/comments.pt @@ -37,7 +37,7 @@ tal:attributes="class python:'comment replyTreeLevel'+str(depth); style string:margin-left: ${depth}em; id string:${reply/id}" - tal:condition="python:canManage or published and isAnon"> + tal:condition="python:canManage or published">