mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 09:15:51 +03:00
feat: Add ability to hide completed tasks (#1210)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user