mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 04:29:23 +02:00
Fix #548: Mods can now change a library visibility through the admin UI
This commit is contained in:
parent
c885c10be1
commit
4d0fedab1f
5 changed files with 55 additions and 2 deletions
|
@ -200,6 +200,7 @@ follows_subquery = (
|
|||
class ManageLibraryViewSet(
|
||||
mixins.ListModelMixin,
|
||||
mixins.RetrieveModelMixin,
|
||||
mixins.UpdateModelMixin,
|
||||
mixins.DestroyModelMixin,
|
||||
viewsets.GenericViewSet,
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue