mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
type need to be taken from the popup and not from the menulist on import
This commit is contained in:
parent
61aa0d4c58
commit
932d814f7a
@ -483,6 +483,7 @@
|
||||
if (is_array($menulist_attr))
|
||||
{
|
||||
$attr['help'] = $attr['statustext']; unset($attr['statustext']);
|
||||
unset($menulist_attr['type']);
|
||||
$menulist_attr += $attr;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user