mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 01:40:13 +01:00
Fix get_board_cards_count
This commit is contained in:
parent
8dc7aa490a
commit
5d6367f404
1 changed files with 1 additions and 1 deletions
|
|
@ -3392,7 +3392,7 @@ JsonRoutes.add('GET', '/api/boards/:boardId/cards_count', function(
|
||||||
board_cards_count: ReactiveCache.getCards({
|
board_cards_count: ReactiveCache.getCards({
|
||||||
boardId: paramBoardId,
|
boardId: paramBoardId,
|
||||||
archived: false,
|
archived: false,
|
||||||
}),
|
}).length,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue