changes sandbox: {} to eval: true, caused errors in evaluated queries

This commit is contained in:
2025-04-15 17:25:14 +01:00
parent 854530e605
commit 87f0dcd811
55 changed files with 262 additions and 262 deletions
+3 -3
View File
@@ -133,7 +133,7 @@ const RenderCaseStatusList = ({
.statuscode +
'")].value_cy',
json: optionsObj,
sandbox: {},
eval: true,
})
: optionsObj[key].value ||
t(
@@ -248,7 +248,7 @@ let AdvancedSearch = (props) => {
.name +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: optionsObj[key].name ||
t(
@@ -353,7 +353,7 @@ let AdvancedSearch = (props) => {
.value +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: optionsObj[key].value ||
t(