Closed teodosiah closed 1 day ago
After discussing the behavior with @sdimchevski, we have decided that if we change the edited condition, it should be discarded.
@sdimchevski After further investigation, I have determined that the same behavior is observed in the Grid Row Editing, i.e. the changed cell value is committed when clicking in another row. Considering this, should we change the Query Builder behavior or keep it this way?
@teodosiah OK, it's not optimal but let's keep it this way in the Query Builder because I don't want to change the behavior in the grid now.
Description
When we change the currently edited condition without committing or discarding it, it is committed.
Steps to reproduce
Result
The previously edited condition is committed
Expected result
Instead of committing it, wouldn't it be better to discard the change (since it is not explicitly committed) or prevent entering edit mode if the change in the edited condition is not committed or discarded?