CCD in a repeat group

Status
Not open for further replies.

felixkat

Senior Member
I can't find any reference that this has logged before, so logging it now.

When using CCD in a repeat group certain scenarios cause detail view to display incorrectly.

I believe if the first CCD doesn't have the same value as the other repeats it doesn't get displayed.

Best to look at the example here.

http://bit.ly/OlEoMd
 
For what it's worth I traced the original commit when this stopped working, wasn't too recent though.


Revision: 2914c7ef5903a76c743edb268439bacb499a4d58
Author: pollen8
Date: 18/06/2012 16:31:11
Message:
fixed: cdd methods updates to match new db join methods


----
Modified : plugins/fabrik_element/cascadingdropdown/cascadingdropdown.php
Modified : plugins/fabrik_element/databasejoin/databasejoin.php
 
Okay, around line 408, there is a return, commenting that out fixed the problem.

I haven't worked out what it's suppose to do though so I'll hand it over to you guys at this point. :)



Code:
        if (isset($this->_sql[$sig]))
        {
        //    return $this->_sql[$sig];
        }
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top