Skip to content

Commit

Permalink
fix list agenda extrafield visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-florian committed Nov 19, 2018
1 parent f2bbb54 commit dc2f1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/comm/action/list.php
Expand Up @@ -136,7 +136,7 @@
{
foreach($extrafields->attribute_label as $key => $val)
{
$arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>$extrafields->attribute_list[$key], 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]);
if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>$extrafields->attribute_list[$key], 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]);
}
}

Expand Down

0 comments on commit dc2f1e9

Please sign in to comment.