mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 22:17:16 -04:00
Fixed board id bug in move
This commit is contained in:
parent
34b37116cf
commit
e649c79bb7
3 changed files with 6 additions and 4 deletions
|
@ -4,7 +4,8 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
rules() {
|
||||
return Rules.find({});
|
||||
const boardId = Session.get('currentBoard');
|
||||
return Rules.find({"boardId":boardId});
|
||||
},
|
||||
events() {
|
||||
return [{}];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue