summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-03-05 22:43:02 +0200
committerLauri Ojansivu <x@xet7.org>2018-03-05 22:43:02 +0200
commit2092b429db2602e2a7846861ee89528bd0473e9e (patch)
tree468f9b6142be0251ab0ffe91cf012bad12266ebc
parent58e5e9b308113e5a8af5166328a68a0aafcc2558 (diff)
downloadwekan-2092b429db2602e2a7846861ee89528bd0473e9e.tar.gz
wekan-2092b429db2602e2a7846861ee89528bd0473e9e.tar.bz2
wekan-2092b429db2602e2a7846861ee89528bd0473e9e.zip
- Fix Add Card Button dissapearing when dragging
Thanks to andresmanelli ! Closes #1519
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc52005a..e8817557 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,7 +16,8 @@ and fixes the following bugs:
- [Fix scrollbar inside list and outer scroll](https://github.com/wekan/wekan/commit/a033c35a3411902b9bf8f62a40cd68f641e573d3);
- [Remove list max-height 350px](https://github.com/wekan/wekan/commit/b6d3e79548d1e88c93fa2965a936595176a95565);
- [Snap: Adding network hooks for configure hook to fix security denials](https://github.com/wekan/wekan/commit/9084158aece8a642dc49bf7ecc2196bf9d1af63e);
-- [Snap: Fixing problem when mongodb was not started at install/refresh](https://github.com/wekan/wekan/commit/1be8e5625fd20797910009a8221ca706fd52ab11).
+- [Snap: Fixing problem when mongodb was not started at install/refresh](https://github.com/wekan/wekan/commit/1be8e5625fd20797910009a8221ca706fd52ab11);
+- [Fix Add Card Button dissapearing when dragging](https://github.com/wekan/wekan/commit/58e5e9b308113e5a8af5166328a68a0aafcc2558).
Thanks to GitHub users andresmanelli, GhassenRjab, kubiko and xet7 for their contributions.