mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 07:58:45 +01:00
need to set group attribute, otherwise forward is before reply*
This commit is contained in:
parent
4f0e7aa44c
commit
5dafe00c95
@ -1887,7 +1887,9 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
|||||||
// flatten reply-actions for toolbar
|
// flatten reply-actions for toolbar
|
||||||
foreach($actions[$act]['children'] as $name => $child)
|
foreach($actions[$act]['children'] as $name => $child)
|
||||||
{
|
{
|
||||||
$actionsenabled[$name]=$child;
|
$actionsenabled[$name]=$child+[
|
||||||
|
'group' => $actions[$act]['group'],
|
||||||
|
];
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'forward':
|
case 'forward':
|
||||||
|
Loading…
Reference in New Issue
Block a user