Skip to content

Commit

Permalink
[Fixes #9842] Extra metadata endpoint return 403 even if the user has…
Browse files Browse the repository at this point in the history
… view perms
  • Loading branch information
mattiagiupponi committed Aug 10, 2022
1 parent 1df7a5a commit b62f1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/base/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
from pinax.ratings.views import NUM_OF_RATINGS

from rest_framework import status
from rest_framework.exceptions import ValidationError, NotFound
from rest_framework.exceptions import ValidationError
from rest_framework.response import Response
from rest_framework.decorators import action
from rest_framework.parsers import JSONParser, MultiPartParser
Expand Down

0 comments on commit b62f1d1

Please sign in to comment.