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

View File

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