mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04: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({
|
||||
boardId: paramBoardId,
|
||||
archived: false,
|
||||
}),
|
||||
}).length,
|
||||
}
|
||||
});
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue