summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-02 22:20:44 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-02 22:20:44 +0200
commit4c5eda0ae5776e1456e74d0e160ded5b6e67157d (patch)
tree4c4622916eea7c1760c89129eed160b246de3313 /client/components/boards/boardsList.js
parent9261371c510dbc1f2d08890db072ccc96f4f6c1d (diff)
parent670cc99b8fd646e1d770ce026b1437414e47dd98 (diff)
downloadwekan-4c5eda0ae5776e1456e74d0e160ded5b6e67157d.tar.gz
wekan-4c5eda0ae5776e1456e74d0e160ded5b6e67157d.tar.bz2
wekan-4c5eda0ae5776e1456e74d0e160ded5b6e67157d.zip
Merge branch 'thuanpq-fix-bug-on-missing-admin-panel-menuoption' into devel
Fixed Bug on not being able to see Admin Panel if not having access to Board List. Thanks to thuanpq !
Diffstat (limited to 'client/components/boards/boardsList.js')
-rw-r--r--client/components/boards/boardsList.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js
index 6c9600a1..cc4e2f87 100644
--- a/client/components/boards/boardsList.js
+++ b/client/components/boards/boardsList.js
@@ -5,7 +5,6 @@ BlazeComponent.extendComponent({
// 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');
- Meteor.subscribe('user-admin');
},
boards() {