Component
PolyLookup
Component version
1.1.1.0
Current Behavior
After having configuring the following relation:
Registration (Standard) - 1n -
Registration_Item (Standard) - n1 -
Catalog Item (Virtual)
I have an issue with the polylookup, on the creation of a record we can see all the fields (of course it is unusable at this stage):

After creating the record, we can add items in the Polylookup but all the display items are empty and we can select multiple times the same element:


However the relation is correctly implemented, it seems it's just about getting the data in the Polylookup to be displayed:


It would be very helpful for me if it was possible to find a corrective for this, with the fact that many-to-many relationship is not available with virtual table so custom relationship is the only way.
Thank your for your great work!
Best regards,
Djilali
Expected Behavior
We should be able to display the content of the selected element, and thus prevent the multiple selection of the same item (if possible)

Steps to reproduce
- Create one Standard table (1)
- Create one Virtual table (2) with a primary key "id" with Int type
- Create one Standard table (3) to link thos two table for many-to-many relationship
- Add a Polylookup on the Standard table (1) and link the two tables
Additional context
No response
Component
PolyLookup
Component version
1.1.1.0
Current Behavior
After having configuring the following relation:
Registration (Standard) - 1n -
Registration_Item (Standard) - n1 -
Catalog Item (Virtual)
I have an issue with the polylookup, on the creation of a record we can see all the fields (of course it is unusable at this stage):
After creating the record, we can add items in the Polylookup but all the display items are empty and we can select multiple times the same element:
However the relation is correctly implemented, it seems it's just about getting the data in the Polylookup to be displayed:
It would be very helpful for me if it was possible to find a corrective for this, with the fact that many-to-many relationship is not available with virtual table so custom relationship is the only way.
Thank your for your great work!
Best regards,
Djilali
Expected Behavior
We should be able to display the content of the selected element, and thus prevent the multiple selection of the same item (if possible)
Steps to reproduce
Additional context
No response