add enabled property to IConversation interface.
svn path=/plone.app.discussion/trunk/; revision=27368
This commit is contained in:
parent
799365dd94
commit
c1696a9756
@ -80,6 +80,10 @@ 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