From b8c9f964e220205a3b620b876eedec2fbe298421 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Fri, 21 Feb 2020 03:20:50 +0200 Subject: [PATCH] Fixed gh-522 so that file in assets/js/ containing the added code. --- admin/helpers/compiler/e_Interpretation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/helpers/compiler/e_Interpretation.php b/admin/helpers/compiler/e_Interpretation.php index 9bceeabc6..081d353de 100644 --- a/admin/helpers/compiler/e_Interpretation.php +++ b/admin/helpers/compiler/e_Interpretation.php @@ -10202,7 +10202,7 @@ class Interpretation extends Fields if (isset($list_fileScript) && ComponentbuilderHelper::checkString($list_fileScript)) { // load the script - $this->viewScriptBuilder[$viewName]['list_fileScript'] = $list_fileScript; + $this->viewScriptBuilder[$viewName_list]['list_fileScript'] = $list_fileScript; } // make sure there is script to add if (isset($fileScript) && ComponentbuilderHelper::checkString($fileScript))