mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
fixed 6020
This commit is contained in:
parent
15172f401d
commit
87c38a1f94
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ BlazeComponent.extendComponent({
|
|||
{
|
||||
'click .js-delete-checklist': Popup.afterConfirm('checklistDelete', function () {
|
||||
Popup.back(2);
|
||||
const checklist = this.checklist;
|
||||
const checklist = this.data().checklist;
|
||||
if (checklist && checklist._id) {
|
||||
Checklists.remove(checklist._id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue