mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +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
|
||||
foreach($actions[$act]['children'] as $name => $child)
|
||||
{
|
||||
$actionsenabled[$name]=$child;
|
||||
$actionsenabled[$name]=$child+[
|
||||
'group' => $actions[$act]['group'],
|
||||
];
|
||||
}
|
||||
break;
|
||||
case 'forward':
|
||||
|
Loading…
Reference in New Issue
Block a user