chore: ability to comment for guests and viewers (#1650)
This commit is contained in:
parent
afce027bf3
commit
fd17c249fd
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ class IssueCommentViewSet(BaseViewSet):
|
|||
serializer_class = IssueCommentSerializer
|
||||
model = IssueComment
|
||||
permission_classes = [
|
||||
ProjectEntityPermission,
|
||||
ProjectLitePermission,
|
||||
]
|
||||
|
||||
filterset_fields = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue