mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix broken actions' url for application context menu items (eg. infolog,timesheet,..) in calendar-listview
This commit is contained in:
parent
abe0be565d
commit
eba4b8cee3
@ -160,9 +160,10 @@ class calendar_uilist extends calendar_ui
|
||||
'filter_onchange' => "app.calendar.filter_change",
|
||||
'header_left' => 'calendar.list.dates',
|
||||
'row_id' => 'row_id', // set in get rows "$event[id]:$event[recur_date]"
|
||||
'actions' => $this->get_actions(),
|
||||
);
|
||||
}
|
||||
$content['nm']['actions'] = $this->get_actions();
|
||||
|
||||
if (isset($_GET['filter']) && in_array($_GET['filter'],array_keys($this->date_filters)))
|
||||
{
|
||||
$content['nm']['filter'] = $_GET['filter'];
|
||||
|
Loading…
Reference in New Issue
Block a user