Hello,
When I use the plugin to add a reference field, I can see the name of the reference in the list view. For instance, if I add an idContact field, the database contains an id but the list view shows me the name of the contact --> great, life is beautiful !
My problem is when I add a multiple reference. In my case, I try to add a secondary__idContact to the project form : basically, it works as I can see the contacts and pick one of them to save it. But in the list view, I see the id of the chosen contact instead of its name (I only have the plugin on my 8.5.5 instance so I can’t test it on 8.6.2)
Hope this helps
Hi,
You're right, this is an issue, we'll fix it (Ticket #5050 recorded)
NB : as a workaround, you can defined new fields with syntax idYyyy_idXxxx (in your case idSecondary__idContact) and then list will be correct.
Great ! it works perfectly 🙂