mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
No need to create the flag action since we have already did in get_action()
This commit is contained in:
parent
2f1c2b2fe9
commit
dab53cc607
@ -1533,14 +1533,7 @@ unset($query['actions']);
|
||||
$actionsenabled[$act]=$actions['view']['children'][$act];
|
||||
break;
|
||||
case 'flagged':
|
||||
$actionsenabled[$act]=array(
|
||||
'group' => ++$group,
|
||||
'caption' => 'Flagged',
|
||||
'hint' => 'Flagged / Unflagged',
|
||||
'icon' => 'unread_flagged_small',
|
||||
'onExecute' => 'javaScript:app.mail.mail_flag',
|
||||
);
|
||||
|
||||
$actionsenabled[$act]= $actions['mark']['children'][$act];
|
||||
break;
|
||||
default:
|
||||
if (isset($actions[$act])) $actionsenabled[$act]=$actions[$act];
|
||||
|
Loading…
Reference in New Issue
Block a user