mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 23:11:57 +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()
|
private function get_actions()
|
||||||
{
|
{
|
||||||
$actions = array(
|
$actions = array(
|
||||||
|
'add' => array(
|
||||||
|
'caption' => 'Add',
|
||||||
|
'egw_open' => 'add-calendar'
|
||||||
|
),
|
||||||
'open' => array(
|
'open' => array(
|
||||||
'caption' => 'Open',
|
'caption' => 'Open',
|
||||||
'default' => true,
|
'default' => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user