mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Add 'Add' action to list context menu
Consistent with other apps, and solves error with missing/unset placeholder row action
This commit is contained in:
parent
cd3387448a
commit
96795b9de5
@ -821,6 +821,10 @@ class calendar_uilist extends calendar_ui
|
||||
private function get_actions()
|
||||
{
|
||||
$actions = array(
|
||||
'add' => array(
|
||||
'caption' => 'Add',
|
||||
'egw_open' => 'add-calendar'
|
||||
),
|
||||
'open' => array(
|
||||
'caption' => 'Open',
|
||||
'default' => true,
|
||||
|
Loading…
Reference in New Issue
Block a user