mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
At opened card, toggle to show checklist at minicard. Part 4.
Thanks to xet7 !
This commit is contained in:
parent
1a35db62b1
commit
86814a0fd8
7 changed files with 58 additions and 42 deletions
|
@ -203,7 +203,7 @@ Checklists.mutations({
|
|||
};
|
||||
},
|
||||
|
||||
toggleShowChecklistAtMinicard() {
|
||||
toggleShowChecklistAtMinicard(checklistId) {
|
||||
const value = this.hasShowChecklistAtMinicard();
|
||||
return {
|
||||
$set: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue