Reuse credentialBasePath

This commit is contained in:
Michael Abashian
2016-07-05 11:42:51 -04:00
parent fcad385bcb
commit 6fcf97d233

View File

@@ -99,7 +99,7 @@
CredentialList.basePath = credentialBasePath; CredentialList.basePath = credentialBasePath;
LookUpInit({ LookUpInit({
scope: $scope, scope: $scope,
url: GetBasePath('credentials') + (source === '' ? '' : '?kind=' + source), url: credentialBasePath,
form: form, form: form,
list: CredentialList, list: CredentialList,
field: 'credential', field: 'credential',