Fixed gh-522 so that file in assets/js/ containing the added code.

This commit is contained in:
Llewellyn van der Merwe 2020-02-21 03:20:50 +02:00
parent 290fe5dfd6
commit b8c9f964e2
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
1 changed files with 1 additions and 1 deletions

View File

@ -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))