mirror of
https://github.com/wekan/wekan.git
synced 2026-03-09 15:12:34 +01:00
fixed #5698
This commit is contained in:
parent
9c8b72100e
commit
a7755fa20c
3 changed files with 31 additions and 7 deletions
|
|
@ -5,6 +5,11 @@ BlazeComponent.extendComponent({
|
|||
this.subscribe('allRules');
|
||||
this.subscribe('allTriggers');
|
||||
this.subscribe('allActions');
|
||||
// Ensure boards are available on the client so board selects in the
|
||||
// Rules UI (move/link actions) can list other boards the user has access to.
|
||||
// Without this subscription the select may be empty and users can't choose
|
||||
// destination boards for rule actions.
|
||||
this.subscribe('boards');
|
||||
},
|
||||
|
||||
trigger() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue