mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Organize test files into subdirectories
This commit is contained in:
@@ -16,7 +16,7 @@ import datetime
|
||||
# FIXME: machinery for auto-adding audit trail logs to all CREATE/EDITS
|
||||
|
||||
class BaseList(generics.ListCreateAPIView):
|
||||
|
||||
|
||||
def list_permissions_check(self, request, obj=None):
|
||||
''' determines some early yes/no access decisions, pre-filtering '''
|
||||
if request.method == 'GET':
|
||||
|
||||
Reference in New Issue
Block a user