From 688caea0d9d67ace37021e78981b94a35073ef05 Mon Sep 17 00:00:00 2001 From: Filip Vilic Date: Fri, 23 Nov 2018 10:28:47 +0100 Subject: [PATCH] PHRAS-2301_thesaurus_concept_path_port_41 fix --- templates/web/prod/results/infos.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/prod/results/infos.html.twig b/templates/web/prod/results/infos.html.twig index d8f4683482..71bde78f2e 100644 --- a/templates/web/prod/results/infos.html.twig +++ b/templates/web/prod/results/infos.html.twig @@ -35,7 +35,7 @@ if(key === 'multi_match') { var testValue = value.fields[0]; if(testValue.startsWith('concept_path')) { - pathField.append(path + '\n'); + pathField.append(value.query + '\n'); } } else {