From b3ea148f53b813002c1e7a29737a78c7b77ab123 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 14 Oct 2014 13:54:12 -0400 Subject: [PATCH] Label the SystemJob Access class with the proper model --- awx/main/access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/access.py b/awx/main/access.py index f7d5430945..cb570a0ea9 100644 --- a/awx/main/access.py +++ b/awx/main/access.py @@ -1066,7 +1066,7 @@ class SystemJobAccess(BaseAccess): ''' I can only see manage System Jobs if I'm a super user ''' - pass + model = SystemJob class JobHostSummaryAccess(BaseAccess): '''