diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-12-02 22:19:19 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-12-02 22:19:19 +0200 |
commit | 670cc99b8fd646e1d770ce026b1437414e47dd98 (patch) | |
tree | 4c4622916eea7c1760c89129eed160b246de3313 | |
parent | 847843e51db0c1ec3911643d2b063a2e61864cf6 (diff) | |
download | wekan-670cc99b8fd646e1d770ce026b1437414e47dd98.tar.gz wekan-670cc99b8fd646e1d770ce026b1437414e47dd98.tar.bz2 wekan-670cc99b8fd646e1d770ce026b1437414e47dd98.zip |
Fixed Bug on not being able to see Admin Panel if not having access to Board List.
Thanks to thuanpq !
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f4a0b4..679c0b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This release adds the following new features: * [Performance optimization: Move more global subscriptions to template subscription](https://github.com/wekan/wekan/pull/1373); * Update tranlations. Add Latvian language. +and fixes the following bugs: + +* [Bug on not being able to see Admin Panel if not having access to Board List](https://github.com/wekan/wekan/pull/1371). + Thanks to GitHub users mfshiu and thuanpq for their contributions. Thanks to translators for their translations. # v0.60 2017-11-29 Wekan release |