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