mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Beautyfied
This commit is contained in:
parent
30a3daa6af
commit
25da8376ca
15 changed files with 715 additions and 461 deletions
|
|
@ -4,8 +4,10 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
rules() {
|
||||
const boardId = Session.get('currentBoard');
|
||||
return Rules.find({"boardId":boardId});
|
||||
const boardId = Session.get('currentBoard');
|
||||
return Rules.find({
|
||||
"boardId": boardId
|
||||
});
|
||||
},
|
||||
events() {
|
||||
return [{}];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue