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
I am noticing that the core doesn't really check canComment() permissions before rendering a form or when saving a comment. Seems that we rely entirely on canWriteToContainer() permissions. We need to align these. Perhaps it would make sense to rewrite canComment() to default to canWriteToContainer()
The text was updated successfully, but these errors were encountered:
I am noticing that the core doesn't really check
canComment()
permissions before rendering a form or when saving a comment. Seems that we rely entirely oncanWriteToContainer()
permissions. We need to align these. Perhaps it would make sense to rewritecanComment()
to default tocanWriteToContainer()
The text was updated successfully, but these errors were encountered: