mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
fix for reverting regular textareas
This commit is contained in:
parent
aa1481b931
commit
331be6c803
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user