Clicking week numbers changes date in any other view also (fixes it for multi-week view)

This commit is contained in:
Nathan Gray 2015-12-21 18:16:32 +00:00
parent 2ee00759bc
commit decf8efa34

View File

@ -2874,6 +2874,10 @@ app.classes.calendar = AppJS.extend(
filter: 'week'
});
}
else
{
app.calendar.update_state({date: date});
}
});
// Set month button label