mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Calendar - fix status filter for planner by user view
This commit is contained in:
parent
43d226b646
commit
61d0e9874f
@ -485,6 +485,7 @@ var et2_calendar_planner = (function(){ "use strict"; return et2_calendar_view.e
|
||||
}
|
||||
}
|
||||
if(participant && label_index !== false && status_to_show.indexOf(participant.substr(0,1)) >= 0 ||
|
||||
!participant && label_index !== false ||
|
||||
this.options.filter === 'owner' && event.owner === user)
|
||||
{
|
||||
if(typeof rows[label_index] === 'undefined')
|
||||
|
Loading…
Reference in New Issue
Block a user