mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Merge branch 'fix-bug-on-header-quick-access' of https://github.com/thuanpq/wekan into thuanpq-fix-bug-on-header-quick-access
This commit is contained in:
commit
5f30c6ecca
2 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,6 @@ const subManager = new SubsManager();
|
|||
|
||||
BlazeComponent.extendComponent({
|
||||
onCreated() {
|
||||
// Here is the only place that boards data needed, all boards data will stop sync when leaving this template.
|
||||
Meteor.subscribe('boards');
|
||||
Meteor.subscribe('setting');
|
||||
},
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Meteor.subscribe('user-admin');
|
||||
Meteor.subscribe('boards');
|
||||
|
||||
Template.header.helpers({
|
||||
wrappedHeader() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue