mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -03: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