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:
parent
fc9c94b3b6
commit
d8fbf2f909
17 changed files with 158 additions and 55 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue