forked from github/plane
chore: ability to comment for guests and viewers (#1650)
This commit is contained in:
parent
afce027bf3
commit
fd17c249fd
@ -425,7 +425,7 @@ class IssueCommentViewSet(BaseViewSet):
|
||||
serializer_class = IssueCommentSerializer
|
||||
model = IssueComment
|
||||
permission_classes = [
|
||||
ProjectEntityPermission,
|
||||
ProjectLitePermission,
|
||||
]
|
||||
|
||||
filterset_fields = [
|
||||
|
Loading…
Reference in New Issue
Block a user