mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +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];
|
$actionsenabled[$act]=$actions['view']['children'][$act];
|
||||||
break;
|
break;
|
||||||
case 'flagged':
|
case 'flagged':
|
||||||
$actionsenabled[$act]=array(
|
$actionsenabled[$act]= $actions['mark']['children'][$act];
|
||||||
'group' => ++$group,
|
|
||||||
'caption' => 'Flagged',
|
|
||||||
'hint' => 'Flagged / Unflagged',
|
|
||||||
'icon' => 'unread_flagged_small',
|
|
||||||
'onExecute' => 'javaScript:app.mail.mail_flag',
|
|
||||||
);
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (isset($actions[$act])) $actionsenabled[$act]=$actions[$act];
|
if (isset($actions[$act])) $actionsenabled[$act]=$actions[$act];
|
||||||
|
Loading…
Reference in New Issue
Block a user