You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenericFilter with KeyValueEntity does not provide programmatic localization of entity attributes. The only way to localize a property is by defining io.jmix.core.entity/KeyValueEntity.myProperty=My Property, which is a more general approach. It would be great if GenericFilter provided a method called setPropertyFilterLabelProvider().
The affected UI parts:
Add condition dialog (the tree of properties)
Added conditions in filter.
The text was updated successfully, but these errors were encountered:
GenericFilter
withKeyValueEntity
does not provide programmatic localization of entity attributes. The only way to localize a property is by definingio.jmix.core.entity/KeyValueEntity.myProperty=My Property
, which is a more general approach. It would be great ifGenericFilter
provided a method calledsetPropertyFilterLabelProvider()
.The affected UI parts:
The text was updated successfully, but these errors were encountered: