changes sandbox: {} to eval: true, caused errors in evaluated queries
This commit is contained in:
@@ -174,7 +174,7 @@ const DNSSearchResults = (props) => {
|
||||
whichIncident +
|
||||
"')]",
|
||||
json: watchedCases,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
});
|
||||
|
||||
return isWatched;
|
||||
@@ -303,7 +303,7 @@ const DNSSearchResults = (props) => {
|
||||
item.title +
|
||||
'")]',
|
||||
json: searchDetailsObj,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
});
|
||||
detailsObj = detailsObj[0];
|
||||
|
||||
@@ -466,7 +466,7 @@ const DNSSearchResults = (props) => {
|
||||
] +
|
||||
'")].value_cy',
|
||||
json: transLookup,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
})
|
||||
: detailsObj[
|
||||
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
|
||||
@@ -490,7 +490,7 @@ const DNSSearchResults = (props) => {
|
||||
] +
|
||||
'")].value_cy',
|
||||
json: transLookup,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
})
|
||||
: item[
|
||||
"statuscode@OData.Community.Display.V1.FormattedValue"
|
||||
|
||||
Reference in New Issue
Block a user