mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
fix folder badge was not updated when rightclick 'mark all as read' was clicked
This commit is contained in:
parent
5255a8ecf8
commit
1434694365
@ -5301,7 +5301,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
}
|
||||
else if ((isset($_messageList['all']) && $_messageList['all']) || ($query['filter'] && ($flag2check==$query['filter'] || stripos($query['filter'],$flag2check)!==false)))
|
||||
{
|
||||
self::ajax_setFolderStatus([$_messageList['msg']['0']],true);
|
||||
self::ajax_setFolderStatus($_messageList['msg'],true);
|
||||
$response->call('egw.refresh',lang('flagged %1 messages as %2 in %3',(isset($_messageList['all']) && $_messageList['all']?lang('all'):count($_messageList['msg'])),lang(($flag[$_flag]?$flag[$_flag]:$_flag)),lang($folder)),'mail');
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user