multi-select list element does not link to the right detailview

gizycki

New Member
Help!
Does anyone knows, why my multiselect list element in the detailview (readonly) does not link to the right joined entry?

In the DB there is a new many-to-many table ("groups_repeat_Trainer") with this 4 fields:
"id", "parent_id", "trainer" & "params".

I realised the link to the detailview does not contain the (correct) id from the column "trainer" but the incorrect id from the culumn "id"! So it links to any other entry.

What is to do? Or: is this a fabrik bug?

Thanx for any suggestion - any best whishes from berlin, germany.
 
Finally i hacked the fabrik files, so it works now for me:

File: components/com_fabrik/models/element.php
Nearby line 1351, find and change:
$name .= '_raw';
to:
$name .= '_id';
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top