mirror of
https://github.com/wekan/wekan.git
synced 2026-01-22 09:16:10 +01:00
At opened card, toggle to show checklist at minicard. Part 1.
Thanks to xet7 !
This commit is contained in:
parent
66fa59d715
commit
2a190fdc19
5 changed files with 49 additions and 1 deletions
|
|
@ -202,6 +202,9 @@ BlazeComponent.extendComponent({
|
|||
|
||||
events() {
|
||||
const events = {
|
||||
'click #toggleShowChecklistAtMinicardButton'() {
|
||||
Meteor.call('toggleShowChecklistAtMinicard');
|
||||
},
|
||||
'click #toggleHideCheckedItemsButton'() {
|
||||
Meteor.call('toggleHideCheckedItems');
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue