Skip to content

[Bug]: Display field issue on custom relationship with a Virtual table #227

@djidji33

Description

@djidji33

Component

PolyLookup

Component version

1.1.1.0

Current Behavior

After having configuring the following relation:
Registration (Standard) - 1n -
Registration_Item (Standard) - n
1 -
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):

Image

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:

Image

Image

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

Image

Image

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)

Image

Steps to reproduce

  1. Create one Standard table (1)
  2. Create one Virtual table (2) with a primary key "id" with Int type
  3. Create one Standard table (3) to link thos two table for many-to-many relationship
  4. Add a Polylookup on the Standard table (1) and link the two tables

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions