"\"needed\" attribute got lost for \"select-account\" widget"

This commit is contained in:
Ralf Becker 2009-10-01 14:10:53 +00:00
parent 3e169bcf7f
commit c503bcde8c

View File

@ -254,7 +254,10 @@
}
$cell['type'] = 'html';
$cell['size'] = ''; // is interpreted as link otherwise
$GLOBALS['egw_info']['etemplate']['to_process'][$name] = 'select';
$GLOBALS['egw_info']['etemplate']['to_process'][$name] = array(
'type' => 'select',
'needed' => $cell['needed'],
);
break;
}
$cell['no_lang'] = True;