Code comment
This commit is contained in:
parent
c05628c746
commit
849b3b640b
@ -6283,6 +6283,7 @@ abstract class CommonObject
|
|||||||
// Show only the key field in params
|
// Show only the key field in params
|
||||||
if (is_array($params) && array_key_exists('onlykey',$params) && $key != $params['onlykey']) continue;
|
if (is_array($params) && array_key_exists('onlykey',$params) && $key != $params['onlykey']) continue;
|
||||||
|
|
||||||
|
// @TODO Merge column list -> enabled
|
||||||
$enabled = 1;
|
$enabled = 1;
|
||||||
if ($enabled && isset($extrafields->attributes[$this->table_element]['list'][$key]))
|
if ($enabled && isset($extrafields->attributes[$this->table_element]['list'][$key]))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user