mirror of
https://github.com/ansible/awx.git
synced 2026-06-29 18:38:02 -02:30
Ability to add tags to an organization.
This commit is contained in:
@@ -96,7 +96,7 @@ class OrganizationsProjectsList(BaseSubList):
|
||||
raise PermissionDenied()
|
||||
return Project.objects.filter(organizations__in = [ organization ])
|
||||
|
||||
class OrganizationsTagsList(BaseList):
|
||||
class OrganizationsTagsList(BaseSubList):
|
||||
|
||||
model = Tag
|
||||
serializer_class = TagSerializer
|
||||
|
||||
Reference in New Issue
Block a user