revert changes from 27368 (add enabled to interface). A property with the same name and function is already there.
svn path=/plone.app.discussion/trunk/; revision=27378
This commit is contained in:
parent
9b66f62b66
commit
9558732ed9
@ -80,10 +80,6 @@ class IConversation(IIterableMapping):
|
||||
size specified.
|
||||
"""
|
||||
|
||||
def enabled():
|
||||
"""Return True if discussion is enabled on this conversation.
|
||||
"""
|
||||
|
||||
def getThreads(start=0, size=None, root=0, depth=None):
|
||||
"""Return a batch of comment objects for rendering.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user