mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Make ask_mapping a simple class property
from PR feedback of saved launchtime configurations
This commit is contained in:
@@ -1403,7 +1403,7 @@ class JobAccess(BaseAccess):
|
||||
except JobLaunchConfig.DoesNotExist:
|
||||
config = None
|
||||
|
||||
# Check if JT execute access (and related prompts) are sufficient
|
||||
# Check if JT execute access (and related prompts) is sufficient
|
||||
if obj.job_template is not None:
|
||||
if config is None:
|
||||
prompts_access = False
|
||||
|
||||
Reference in New Issue
Block a user