mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
"\"needed\" attribute got lost for \"select-account\" widget"
This commit is contained in:
parent
3e3c72ab50
commit
d30dca4d3b
@ -252,6 +252,7 @@ class select_widget
|
|||||||
$cell['type'] = 'html';
|
$cell['type'] = 'html';
|
||||||
$cell['size'] = ''; // is interpreted as link otherwise
|
$cell['size'] = ''; // is interpreted as link otherwise
|
||||||
etemplate::$request->set_to_process($name,'select');
|
etemplate::$request->set_to_process($name,'select');
|
||||||
|
if ($cell['needed']) etemplate::$request->set_to_process_attribute($name,'needed',$cell['needed']);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$cell['no_lang'] = True;
|
$cell['no_lang'] = True;
|
||||||
|
Loading…
Reference in New Issue
Block a user