Merge pull request #323 from mabashian/7498-custom-inv-script-cred

Show credential lookup when source is 'custom'
This commit is contained in:
Michael Abashian 2017-08-22 16:41:18 -04:00 committed by GitHub
commit 0cbe083dcf

View File

@ -75,7 +75,7 @@ return {
type: 'lookup',
list: 'CredentialList',
basePath: 'credentials',
ngShow: "source && source.value !== '' && source.value !== 'custom'",
ngShow: "source && source.value !== ''",
sourceModel: 'credential',
sourceField: 'name',
ngClick: 'lookupCredential()',