java.lang.IllegalStateException: ReadAction target is not set

version : jmix-flowui-2.4.3
Exception:
java.lang.IllegalStateException: ReadAction target is not set
at io.jmix.flowui.action.list.ListDataComponentAction.checkTarget(ListDataComponentAction.java:171) ~[jmix-flowui-2.4.3.jar:na]

When: I’m using the generic filter in a ListView and when press Enter after setting a searching condition apper the exception.

image

It’s strange that if I press the “refresh” button instead of pressing Enter, the filter works correctly and filters the list without any problems.

Hi,

Upgrade at least to the latest 2.4.x version which is 2.4.5 for now. 2.4.3 has a problem with global Enter shortcut.

Regards,
Gleb

Thanks for the recommendation, I upgrade to 2.4.5 release and the error continue.

Unfortunately, I cannot reproduce the issue. Works as intended for me. Could you please attach a small demo project that reproduces the issue?

I tried with 2.5.0 release with the same error, but i couldn’t reproduce un an small project to send you, yet.I’l keep trying, thanks.