add selected credential tray to input source lookup

This commit is contained in:
Jake McDermott
2019-03-05 13:58:10 -05:00
parent 6d0f2948aa
commit 5c855b5bd1
9 changed files with 51 additions and 9 deletions

View File

@@ -338,7 +338,7 @@ function AddEditCredentialsController (
}
};
vm.onInputSourceRowClick = ({ id, credential_type, name }) => {
vm.onInputSourceItemSelect = ({ id, credential_type, name }) => {
vm.inputSources.credentialId = id;
vm.inputSources.credentialName = name;
vm.inputSources.credentialTypeId = credential_type;