1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-23 07:09:44 +02:00

feat: Add ability to hide completed tasks (#1210)

This commit is contained in:
Symon Baikov 2025-07-21 19:33:02 +03:00 committed by GitHub
parent fc9c94b3b6
commit d8fbf2f909
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 158 additions and 55 deletions

View file

@ -138,7 +138,7 @@ module.exports = {
nextTaskListIdByTaskListId[taskList.id] = id;
return {
..._.pick(taskList, ['position', 'name', 'showOnFrontOfCard']),
..._.pick(taskList, ['position', 'name', 'showOnFrontOfCard', 'hideCompletedTasks']),
id,
cardId: card.id,
};