mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +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))
|
if (is_array($menulist_attr))
|
||||||
{
|
{
|
||||||
$attr['help'] = $attr['statustext']; unset($attr['statustext']);
|
$attr['help'] = $attr['statustext']; unset($attr['statustext']);
|
||||||
|
unset($menulist_attr['type']);
|
||||||
$menulist_attr += $attr;
|
$menulist_attr += $attr;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user