mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Fix due date filter for next and this week.
This commit is contained in:
parent
594d8a8ba1
commit
946c288925
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ class DateFilter {
|
|||
.add(weekStartDay, 'days');
|
||||
var WeekEnd = WeekStart
|
||||
.clone()
|
||||
.add(offset, 'week')
|
||||
.add(6, 'days')
|
||||
.endOf('day');
|
||||
|
||||
this._updateState('thisweek');
|
||||
|
@ -130,7 +130,7 @@ class DateFilter {
|
|||
.add(weekStartDay + 7, 'days');
|
||||
var WeekEnd = WeekStart
|
||||
.clone()
|
||||
.add(offset, 'week')
|
||||
.add(6, 'days')
|
||||
.endOf('day');
|
||||
|
||||
this._updateState('nextweek');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue