mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
"\"needed\" attribute got lost for \"select-account\" widget"
This commit is contained in:
parent
3e169bcf7f
commit
c503bcde8c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user