mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 07:38:49 +01:00
Checklist, hide all checklist items possible, regardless if the checklist item is finished or not
This commit is contained in:
parent
bb17feaa17
commit
0783b733b0
4 changed files with 36 additions and 3 deletions
|
|
@ -317,6 +317,11 @@ BlazeComponent.extendComponent({
|
|||
this.data().checklist.toggleHideCheckedChecklistItems();
|
||||
Popup.back();
|
||||
},
|
||||
'click .js-hide-all-checklist-items'(event) {
|
||||
event.preventDefault();
|
||||
this.data().checklist.toggleHideAllChecklistItems();
|
||||
Popup.back();
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue