mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -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"){
|
if($scope[key + '_field'].reset === "CUSTOM_LOGO"){
|
||||||
$scope.$broadcast(key+'_reverted');
|
$scope.$broadcast(key+'_reverted');
|
||||||
}
|
}
|
||||||
|
if($scope[key + '_field'].type === "textarea" && _.isArray($scope.configDataResolve[key].default)){
|
||||||
|
$scope[key] = ConfigurationUtils.arrayToList($scope[key], key);
|
||||||
|
}
|
||||||
loginUpdate();
|
loginUpdate();
|
||||||
})
|
})
|
||||||
.catch(function(error) {
|
.catch(function(error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user