mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
need to set group attribute, otherwise forward is before reply*
This commit is contained in:
parent
d7477e2fe9
commit
613a78e1df
@ -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