mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
add cache_timeout_blocked to systemjobtemplate
This commit is contained in:
parent
ece3bc5e64
commit
e2a56f2d65
@ -947,6 +947,11 @@ class SystemJobTemplate(UnifiedJobTemplate, SystemJobOptions):
|
||||
def get_absolute_url(self):
|
||||
return reverse('api:system_job_template_detail', args=(self.pk,))
|
||||
|
||||
@property
|
||||
def cache_timeout_blocked(self):
|
||||
return False
|
||||
|
||||
|
||||
|
||||
class SystemJob(UnifiedJob, SystemJobOptions):
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user