mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
* Calendar - In week view with multiple users, clicking on the name will now change to just that user
This commit is contained in:
parent
fceaabadd1
commit
dfd643df43
@ -1841,6 +1841,11 @@ var et2_calendar_timegrid = (function(){ "use strict"; return et2_calendar_view.
|
||||
_ev.target.dataset
|
||||
));
|
||||
}
|
||||
else if (this.options.owner.length === 1 && jQuery(this.owner.getDOMNode()).is(_ev.target))
|
||||
{
|
||||
// Click on the owner in header, show just that owner
|
||||
app.calendar.update_state({owner: this.options.owner});
|
||||
}
|
||||
else if (this.dayHeader.has(_ev.target).length)
|
||||
{
|
||||
// Click on a day header - let day deal with it
|
||||
|
Loading…
Reference in New Issue
Block a user