mirror of
https://github.com/ansible/awx.git
synced 2026-02-13 17:04:41 -03:30
Minor test/view fixes.
This commit is contained in:
@@ -162,6 +162,8 @@ class OrganizationsProjectsList(BaseList):
|
||||
# FIXME: verify permissions checks are in place
|
||||
# FIXME: do not create objects
|
||||
|
||||
# POST { pk: 7, disassociate: True }
|
||||
|
||||
project_id = request.DATA.get('pk')
|
||||
return Response('this is incomplete', status=status.HTTP_400_BAD_REQUEST)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user