mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +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
a74d3db798
commit
843331260a
@ -1839,6 +1839,11 @@ var et2_calendar_timegrid = (function(){ "use strict"; return et2_calendar_view.
|
|||||||
_ev.target.dataset
|
_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)
|
else if (this.dayHeader.has(_ev.target).length)
|
||||||
{
|
{
|
||||||
// Click on a day header - let day deal with it
|
// Click on a day header - let day deal with it
|
||||||
|
Loading…
Reference in New Issue
Block a user