forked from extern/egroupware
Make yearly view row headers open in month view instead of adjusting year view start date
This commit is contained in:
parent
736e18a553
commit
43f65b81e5
@ -136,6 +136,7 @@ var et2_calendar_planner_row = (function(){ "use strict"; return et2_valueWidget
|
||||
if(this._parent.options.group_by === 'month')
|
||||
{
|
||||
this.title.attr('data-date', this.options.start_date.toJSON());
|
||||
this.title.attr('data-view', 'month');
|
||||
this.title.addClass('et2_clickable et2_link');
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user