forked from extern/egroupware
* Calendar: changed default filter for new users/instances from "all" to "default" (not showing rejected invitations)
This commit is contained in:
parent
1b98e9e858
commit
cb9c69e391
@ -270,7 +270,7 @@ class calendar_ui
|
||||
foreach(array(
|
||||
'date' => $this->bo->date2string($this->bo->now_su),
|
||||
'cat_id' => 0,
|
||||
'filter' => 'all',
|
||||
'filter' => 'default',
|
||||
'owner' => $this->user,
|
||||
'save_owner' => 0,
|
||||
'sortby' => 'category',
|
||||
|
Loading…
Reference in New Issue
Block a user