bihealth / sodar-core

SODAR Core: A Django-based framework for building scientific data management web apps
MIT License
9 stars 1 forks source link

Project permission required by UserSettingRetrieveAPIView #1449

Closed mikkonie closed 1 month ago

mikkonie commented 2 months ago

This seems like a bug. UserSettingRetrieveAPIView naturally doesn't have a project scope.

Permission tests for this view succeed though, so I guess this is just superseded by get_object(). Still, it should not be there.

mikkonie commented 1 month ago

Fixed.