Updating Source form to fix save button validity

This commit is contained in:
Jared Tabor 2015-04-24 09:53:38 -05:00
parent 4fc04a3709
commit bfb4ccf266

View File

@ -117,9 +117,10 @@ export default
ngShow: "source && source.value === 'custom'",
sourceModel: 'source_script',
sourceField: 'name',
ngClick: 'lookUpSource_script()' , //'lookUpCustom_inventory()',
addRequired: true,
editRequired: true
ngClick: 'lookUpSource_script()' ,
addRequired: false,
editRequired: false,
ngRequired: "source && source.value === 'custom'",
},
extra_vars: {
label: 'Environment Variables', //"{{vars_label}}" ,