Hi,
I have a screen with all products. A product has a ManyToOne relationship to a consumer and a consumer has a OneToMany relationship to it’s modules.
In the browse screen of my products I need to filter a specific value of the module.
The dataloader loads all products and in the used view there are all needed relationships configured.
The documentation of the filter says:
"The following entity attributes are ignored when properties
element is used:
- Collections (
@OneToMany
,@ManyToMany
)."
I added a property to my filter but nothing happend:
<property name="consumer.modules.*" caption="Modules"/>
Can anyone help me please?
Thanks Reini