web/admin: fix certificate filtering for LDAP verification certificate
closes #4376 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
001869641d
commit
643b36b732
|
@ -157,7 +157,6 @@ export class LDAPSourceForm extends ModelForm<LDAPSource, string> {
|
||||||
): Promise<CertificateKeyPair[]> => {
|
): Promise<CertificateKeyPair[]> => {
|
||||||
const args: CryptoCertificatekeypairsListRequest = {
|
const args: CryptoCertificatekeypairsListRequest = {
|
||||||
ordering: "name",
|
ordering: "name",
|
||||||
hasKey: true,
|
|
||||||
includeDetails: false,
|
includeDetails: false,
|
||||||
};
|
};
|
||||||
if (query !== undefined) {
|
if (query !== undefined) {
|
||||||
|
|
Reference in New Issue