mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
Roll back resetValue changes. There's a separate issue for this.
This commit is contained in:
@@ -306,7 +306,7 @@ export default [
|
||||
$scope.resetValue = function(key) {
|
||||
Wait('start');
|
||||
var payload = {};
|
||||
payload[key] = $scope.configDataResolve[key].default ? $scope.configDataResolve[key].default : null;
|
||||
payload[key] = $scope.configDataResolve[key].default;
|
||||
|
||||
ConfigurationService.patchConfiguration(payload)
|
||||
.then(function() {
|
||||
|
||||
Reference in New Issue
Block a user