Can't create component for the '' with given meta class 'cont_Contragent'

jpqlFilter.setValueComponent(singleFilterSupport.generateValueComponent(
view.getDataLoader().getContainer().getEntityMetaClass(),
condition.getHasInExpression(),
parameterClass
));

In this code, when I create a jpqlFilter, I get an exception if hasInExperssion is true:
java.lang.IllegalArgumentException: Can’t create component for the ‘’ with given meta class ‘cont_Contragent’

This Exception is only thrown if jpqlFilter hasInExpression is true.

Hi,

Could you please attach a demo project that reproduces the issue or exact steps to reproduce the issue?

Regards,
Gleb