I am getting different errors in datagrdi column filter like
ClassCastException: class io.jmix.flowuidata.dateinterval.model.RelativeDateInterval cannot be cast to class java.lang.Comparable (io.jmix.flowuidata.dateinterval.model.RelativeDateInterval is in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @3dd818e8; java.lang.Comparable is in module java.base of loader ‘bootstrap’)
This happens only in operation of particular steps on cancel of filter operation.
- take a date column filter.
- select “not in” filter and fill data and apply. it applies - ok
- select “=” filter and then cancel. - ERROR
regards