hi,
Serval errors in generated code for my component when I use FK select in a form.
$fieldSet['jform_idscale_target']->jdomOptions = array(
'groupBy' => ,
'list' => $this->lists['fk']['idscale_target']
);
That I had to modify :
$fieldSet['jform_idscale_target']->jdomOptions = array(
'list' => $this->lists['fk']['idscale_target']
);