mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Refactoring rules description
This commit is contained in:
parent
e649c79bb7
commit
fc73dc5bbc
15 changed files with 270 additions and 69 deletions
|
|
@ -46,6 +46,8 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
'click .js-goto-details'(event) {
|
||||
event.preventDefault();
|
||||
const rule = this.currentData();
|
||||
this.ruleId.set(rule._id)
|
||||
this.setRuleDetails();
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue