This commit is contained in:
seve12 2025-10-22 17:35:16 +03:00
parent 9c8b72100e
commit a7755fa20c
3 changed files with 31 additions and 7 deletions

View file

@ -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() {