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:
parent
f9115d6f87
commit
6daa8824fb
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user