From c54ea11bcdaa36cf954cc2fd5bd2a76cf8cba711 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 16 Sep 2021 11:57:16 +0200 Subject: [PATCH] Update plugins/catalog-backend/src/next/database/DefaultProcessingDatabase.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johan Haals Co-authored-by: Fredrik Adelöw --- .../src/next/database/DefaultProcessingDatabase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/next/database/DefaultProcessingDatabase.ts b/plugins/catalog-backend/src/next/database/DefaultProcessingDatabase.ts index c57b5977a7..666a2b10f6 100644 --- a/plugins/catalog-backend/src/next/database/DefaultProcessingDatabase.ts +++ b/plugins/catalog-backend/src/next/database/DefaultProcessingDatabase.ts @@ -526,7 +526,7 @@ export class DefaultProcessingDatabase implements ProcessingDatabase { const { entityRef } = options; const entityRefs = new Array(); - let currentRef = entityRef; + let currentRef = entityRef.toLocaleLowerCase('en-US'); let depth = 0; for (;;) { if (depth++ > MAX_ANCESTOR_DEPTH) {