Merge pull request #4454 from mabashian/3856-cache-timeout

Fixed bug where scm_update_cache_timeout was not ever being shown
This commit is contained in:
Michael Abashian 2016-12-16 09:03:15 -05:00 committed by GitHub
commit 7a97a9217d

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 ' +