Fixed bug where scm_update_cache_timeout was not ever being shown

This commit is contained in:
Michael Abashian 2016-12-15 12:47:24 -05:00
parent 7f1591361b
commit d5ac7d6eae

View File

@ -185,7 +185,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
type: 'number',
integer: true,
min: 0,
ngShow: "scm_update_on_launch && projectSelected && scm_type.value !== 'manual'",
ngShow: "scm_update_on_launch && scm_type.value !== 'manual'",
spinner: true,
"default": '0',
awPopOver: '<p>' + i18n._('Time in seconds to consider a project to be current. During job runs and callbacks the task system will ' +