mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Added popup
This commit is contained in:
parent
a2d756074f
commit
196fef3a1b
6 changed files with 22 additions and 5 deletions
|
|
@ -31,6 +31,7 @@ BlazeComponent.extendComponent({
|
|||
Triggers.remove(rule.triggerId);
|
||||
|
||||
},
|
||||
'click .js-open-card-title-popup': Popup.open('boardCardTitle'),
|
||||
'click .js-goto-trigger' (event) {
|
||||
event.preventDefault();
|
||||
const ruleTitle = this.find('#ruleTitle').value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue