T4770: Fix searching by event categories
This commit is contained in:
parent
11ff8f71ea
commit
8400bbe36f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class kolab_calendar extends kolab_storage_folder_api
|
||||||
|
|
||||||
protected $cal;
|
protected $cal;
|
||||||
protected $events = array();
|
protected $events = array();
|
||||||
protected $search_fields = array('title', 'description', 'location', 'attendees');
|
protected $search_fields = array('title', 'description', 'location', 'attendees', 'categories');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Factory method to instantiate a kolab_calendar object
|
* Factory method to instantiate a kolab_calendar object
|
||||||
|
|
Loading…
Add table
Reference in a new issue