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 4f0e7aa44c
commit 5dafe00c95

View File

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