Skip to content

Commit

Permalink
SCKAN-323 feat: Remove permission check on notes
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobspinto committed Oct 31, 2024
1 parent 94be1cb commit 0d50d06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/composer/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,7 @@ class NoteViewSet(viewsets.ModelViewSet):

queryset = Note.objects.all()
serializer_class = NoteSerializer
permission_classes = [
IsSentenceOrStatementOwnerOrSystemUserOrReadOnly
]
permission_classes = []
filterset_class = NoteFilter


Expand Down

0 comments on commit 0d50d06

Please sign in to comment.