mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Add actions menu to checklist
This commit is contained in:
parent
764dbb71f0
commit
7651c00d57
4 changed files with 13 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue