mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Roll back resetValue changes. There's a separate issue for this.
This commit is contained in:
parent
5b488a41ec
commit
48bc16fb1a
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user