mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
fix for reverting regular textareas
This commit is contained in:
@@ -303,6 +303,9 @@ export default [
|
||||
if($scope[key + '_field'].reset === "CUSTOM_LOGO"){
|
||||
$scope.$broadcast(key+'_reverted');
|
||||
}
|
||||
if($scope[key + '_field'].type === "textarea" && _.isArray($scope.configDataResolve[key].default)){
|
||||
$scope[key] = ConfigurationUtils.arrayToList($scope[key], key);
|
||||
}
|
||||
loginUpdate();
|
||||
})
|
||||
.catch(function(error) {
|
||||
|
||||
Reference in New Issue
Block a user