From decf8efa344c124126ec1499e78634b7497f3f2d Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 21 Dec 2015 18:16:32 +0000 Subject: [PATCH] Clicking week numbers changes date in any other view also (fixes it for multi-week view) --- calendar/js/app.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/calendar/js/app.js b/calendar/js/app.js index bba3fece83..57e5bb953d 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -2874,6 +2874,10 @@ app.classes.calendar = AppJS.extend( filter: 'week' }); } + else + { + app.calendar.update_state({date: date}); + } }); // Set month button label