mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Completed rules
This commit is contained in:
parent
3b62b5ec5d
commit
1f5f429fc4
21 changed files with 551 additions and 157 deletions
|
|
@ -4,7 +4,7 @@ BlazeComponent.extendComponent({
|
|||
this.rulesTriggerVar = new ReactiveVar(false);
|
||||
this.rulesActionVar = new ReactiveVar(false);
|
||||
this.ruleName = new ReactiveVar("");
|
||||
this.triggerIdVar = new ReactiveVar("");
|
||||
this.triggerVar = new ReactiveVar();
|
||||
},
|
||||
|
||||
setTrigger() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue