need to set group attribute, otherwise forward is before reply*

This commit is contained in:
ralf 2024-09-02 15:16:40 +02:00
parent d7477e2fe9
commit 613a78e1df

View File

@ -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':