Merge pull request #2616 from mabashian/cache-timeout

Hide cache timeout on scm type: manual projects
This commit is contained in:
Michael Abashian 2016-06-24 11:17:40 -04:00 committed by GitHub
commit 2518d78f31

View File

@ -183,7 +183,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
type: 'number',
integer: true,
min: 0,
ngShow: "scm_update_on_launch && projectSelected",
ngShow: "scm_update_on_launch && projectSelected && scm_type.value !== 'manual'",
spinner: true,
"default": '0',
addRequired: false,