mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 12:50:43 +00:00
CE-1068: updates to fix selenium tests
This commit is contained in:
@ -905,9 +905,9 @@ const RecordQuery = forwardRef(({table, usage, isModal, initialQueryFilter, init
|
|||||||
// that a backend query cannot be made because of missing values for that expression //
|
// that a backend query cannot be made because of missing values for that expression //
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
setWarningAlert(null);
|
setWarningAlert(null);
|
||||||
for (var i = 0; i < queryFilter?.criteria.length; i++)
|
for (var i = 0; i < queryFilter?.criteria?.length; i++)
|
||||||
{
|
{
|
||||||
for (var j = 0; j < queryFilter?.criteria[i].values.length; j++)
|
for (var j = 0; j < queryFilter?.criteria[i]?.values?.length; j++)
|
||||||
{
|
{
|
||||||
const value = queryFilter.criteria[i].values[j];
|
const value = queryFilter.criteria[i].values[j];
|
||||||
if (value?.type == "FilterVariableExpression")
|
if (value?.type == "FilterVariableExpression")
|
||||||
|
Reference in New Issue
Block a user