mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Removed scan job type logic for store_facts
This commit is contained in:
parent
4721805b4b
commit
5628a0737d
@ -332,8 +332,7 @@ function(NotificationsList, CompletedJobsList, i18n) {
|
||||
dataTitle: i18n._('Store Ansible Facts'),
|
||||
dataContainer: "body",
|
||||
labelClass: 'stack-inline',
|
||||
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)',
|
||||
ngShow: "!job_type.value || job_type.value === 'run'"
|
||||
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)'
|
||||
}]
|
||||
},
|
||||
callback_url: {
|
||||
|
||||
@ -413,10 +413,6 @@
|
||||
$scope.survey_enabled = false;
|
||||
}
|
||||
|
||||
if($scope.job_type.value !== "run") {
|
||||
$scope.store_facts = null;
|
||||
}
|
||||
|
||||
generator.clearApiErrors($scope);
|
||||
|
||||
Wait('start');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user