mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02: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) {
|
$scope.resetValue = function(key) {
|
||||||
Wait('start');
|
Wait('start');
|
||||||
var payload = {};
|
var payload = {};
|
||||||
payload[key] = $scope.configDataResolve[key].default ? $scope.configDataResolve[key].default : null;
|
payload[key] = $scope.configDataResolve[key].default;
|
||||||
|
|
||||||
ConfigurationService.patchConfiguration(payload)
|
ConfigurationService.patchConfiguration(payload)
|
||||||
.then(function() {
|
.then(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user