mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Clicking week numbers changes date in any other view also (fixes it for multi-week view)
This commit is contained in:
parent
2ee00759bc
commit
decf8efa34
@ -2874,6 +2874,10 @@ app.classes.calendar = AppJS.extend(
|
||||
filter: 'week'
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
app.calendar.update_state({date: date});
|
||||
}
|
||||
});
|
||||
|
||||
// Set month button label
|
||||
|
Loading…
Reference in New Issue
Block a user