mirror of
https://github.com/wekan/wekan.git
synced 2026-02-06 16:41:48 +01:00
board page didn't always show the list counters
This commit is contained in:
parent
10a9306abd
commit
ea3144492e
3 changed files with 45 additions and 38 deletions
|
|
@ -220,12 +220,10 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
hasOvertimeCards() {
|
||||
subManager.subscribe('board', this.currentData()._id, false);
|
||||
return this.currentData().hasOvertimeCards();
|
||||
},
|
||||
|
||||
hasSpentTimeCards() {
|
||||
subManager.subscribe('board', this.currentData()._id, false);
|
||||
return this.currentData().hasSpentTimeCards();
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue