mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Sidebox calendar changes
- Missed variable rename from previous commit
This commit is contained in:
parent
619e675be5
commit
7aabcd31a3
@ -2803,7 +2803,7 @@ app.classes.calendar = AppJS.extend(
|
||||
// Set to week view, if in one of the views where we change view
|
||||
if(app.calendar.sidebox_changes_views.indexOf(view) >= 0)
|
||||
{
|
||||
app.calendar.update_state({view: 'week', date: date.getValue(), days: days});
|
||||
app.calendar.update_state({view: 'week', date: date_widget.getValue(), days: days});
|
||||
}
|
||||
else if (view == 'planner')
|
||||
{
|
||||
@ -2813,7 +2813,7 @@ app.classes.calendar = AppJS.extend(
|
||||
else if (view == 'listview')
|
||||
{
|
||||
app.calendar.update_state({
|
||||
end_date: app.classes.calendar.views.week.end_date({date:date.getValue()})
|
||||
end_date: app.classes.calendar.views.week.end_date({date:date_widget.getValue()})
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user