mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:48:55 +01:00
* Calendar: changed default filter for new users/instances from "all" to "default" (not showing rejected invitations)
This commit is contained in:
parent
af67011f8d
commit
6d427c3a67
@ -268,7 +268,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