Add actions menu to checklist

This commit is contained in:
Martin Filser 2022-01-10 23:43:29 +01:00
parent 764dbb71f0
commit 7651c00d57
4 changed files with 13 additions and 1 deletions

View file

@ -190,6 +190,7 @@ BlazeComponent.extendComponent({
return [
{
...events,
'click .js-open-checklist-details-menu': Popup.open('checklistActions'),
'click .toggle-delete-checklist-dialog' : Popup.afterConfirm('checklistDelete', function () {
Popup.close();
const checklist = this.checklist;