In DQT, if you skip the step Define Fields, Define filters aosi | Candidate_Age <= 20 All Visits, and run the query in View Data,
We are currently working hard to load your data. Please be patient.
stays on screen after the ajax query has completed (Response of the ajax query available in the console) and never disappears. This problem occurs on very simple query too (i.e with Candidate_Age = 33 where only 1 result is returned).
To reproduce
Do not define any Fields
Define Filters aosi | Candidate_Age <= 20 All Visits
Go to View Data
Run the Query
this issue needs more information - please update the description above
@laemtl I think @maltheism has already identified this bug.
It will not likely be fixed for this release but will be part of the bigger redesign.
Closing this issue because it should be addressed by PR #6018
@laemtl & @ridz1208 the dqt redesign does disable the "Run Query" button unless a field has been selected. So the bug found won't occur on my redesign branch. I'm not sure if that should be fixed for release?
Thank you @maltheism! I think @ridz1208 is the best person to take that decision.
Issue is closed for now -- @ridz1208 up to you i guess whether we look into any more DQT fixes for 23.
cc @cmadjar
@ridz1208 it seems this is a different bug needing a fix than the existing bug that's been fixed. I'll look into fixing it but I'm going to keep it separate from the redesign PR.