Hide the editable-object border in moderation view. elro review fix. refs #9288

svn path=/plone.app.discussion/trunk/; revision=30244
This commit is contained in:
Timo Stollenwerk 2009-10-07 11:52:44 +00:00
parent f9115d6f87
commit 6daa8824fb
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ class View(BrowserView):
pass
def __call__(self):
# Hide the editable-object border
self.request.set('disable_border', True)
context = aq_inner(self.context)