mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Merge pull request #4753 from AlexSCorey/4423-LoggingRevertNoSave
allows user to save form after reverting Reviewed-by: Alex Corey <Alex.swansboro@gmail.com> https://github.com/AlexSCorey
This commit is contained in:
@@ -360,9 +360,10 @@ export default [
|
||||
else {
|
||||
// Everything else
|
||||
if (key !== 'LOG_AGGREGATOR_TCP_TIMEOUT' ||
|
||||
($scope.LOG_AGGREGATOR_PROTOCOL.value === 'https' ||
|
||||
$scope.LOG_AGGREGATOR_PROTOCOL.value === 'tcp')) {
|
||||
payload[key] = $scope[key];
|
||||
($scope.LOG_AGGREGATOR_PROTOCOL &&
|
||||
($scope.LOG_AGGREGATOR_PROTOCOL.value === 'https' ||
|
||||
$scope.LOG_AGGREGATOR_PROTOCOL.value === 'tcp'))) {
|
||||
payload[key] = $scope[key];
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user