Turn on favorite widget

This commit is contained in:
Nathan Gray 2013-12-16 20:38:07 +00:00
parent af51f8a102
commit a29f3f15bf

View File

@ -160,6 +160,7 @@ 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]"
'favorites' => true
);
}
$content['nm']['actions'] = $this->get_actions();