Bug #3077
closedQuerybuilder: condition "operator" and "criteria" are not being saved
0%
Description
When using the Querybuilder interface to construct queries on EML datasource actor, the condition[s] are not being saved when you click "Ok".
To see this problem, drag an EML datasource from a data search onto the stage, open the actor (brings up querybuilder), add a selection item and criteria, hit Ok...then open it up again. the operator and criteria are gone!
(also, since the criteria are not saved, when you run the workflow, all records are returned since there is no condition to check)
Updated by ben leinfelder almost 17 years ago
from IRC:
[1:35pm] dan: when you add a criteria, you have to hit 'return'
[1:35pm] dan: just hitting OK won't work
[1:35pm] dan: and I did add a bug pointing that out
something about not handling a change focus event?
Updated by Jing Tao almost 17 years ago
This bug is duplicate to bug 3076.
In the OKAction.actionPeformed method in QBApp.java, a TableCellEditor.stopCellEditing was added and bug was fixed.