mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Almost full circle
This commit is contained in:
parent
93cc7f0232
commit
9b0eb0a9f1
24 changed files with 492 additions and 165 deletions
12
client/components/rules/rulesList.js
Normal file
12
client/components/rules/rulesList.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
BlazeComponent.extendComponent({
|
||||
onCreated() {
|
||||
this.subscribe('allRules');
|
||||
},
|
||||
|
||||
rules() {
|
||||
return Rules.find({});
|
||||
},
|
||||
events() {
|
||||
return [{}];
|
||||
},
|
||||
}).register('rulesList');
|
||||
Loading…
Add table
Add a link
Reference in a new issue