mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
AC-1076 Added scm_update_cache_timeout to project add/edit page.
This commit is contained in:
@@ -576,7 +576,7 @@ function ProjectsEdit($scope, $rootScope, $compile, $location, $log, $routeParam
|
||||
master[form.fields[fld].fields[i].name] = data[form.fields[fld].fields[i].name];
|
||||
}
|
||||
} else {
|
||||
if (data[fld]) {
|
||||
if (data[fld] !== undefined) {
|
||||
$scope[fld] = data[fld];
|
||||
master[fld] = data[fld];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user