fix(access): Team User permission organiztion is team org

ref: #442 #454
This commit is contained in:
2024-12-25 19:04:19 +09:30
parent 2c715d69fa
commit bc1600e07b
2 changed files with 6 additions and 1 deletions

View File

@ -145,6 +145,10 @@ class ViewSet( ModelViewSet ):
model = TeamUsers
parent_model = Team
parent_model_pk_kwarg = 'team_id'
documentation: str = ''
view_description = 'Users belonging to a single team'