cleanup (fix error)

This commit is contained in:
Eric
2018-10-01 15:36:47 +02:00
parent af7e5eb03e
commit fd75f3af28

View File

@@ -221,11 +221,10 @@ class WizardHelper
// this as to be handled as an array of objects
// thus encoded in json like: [ { name:'link1', 'id': 123}, { name:'link2', 'id': 124}...]
// NOT YET IMPLEMENTED !!
$sLinkedClass = $oAttDef->GetLinkedClass();
$oSet = $value;
$aData = array();
$aFields = $this->GetLinkedWizardStructure($oAttDef);
while($oSet->fetch())
while($oLinkedObj = $oSet->fetch())
{
foreach($aFields as $sLinkedAttCode)
{