You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The __getitem__ implementation of Conversation currently returns None if an invalid key is passed in.
I would expect this to raise a KeyError instead. Is this intended behavior?
The
__getitem__
implementation of Conversation currently returns None if an invalid key is passed in.I would expect this to raise a KeyError instead. Is this intended behavior?
See https://github.com/plone/plone.app.discussion/blob/master/plone/app/discussion/conversation.py#L211
The text was updated successfully, but these errors were encountered: