summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-06-26 01:40:13 +0300
committerLauri Ojansivu <x@xet7.org>2018-06-26 01:40:13 +0300
commitdaa95c582e9f11e15bb67389de5a97ded45dbc42 (patch)
treed7833a8dcba384949f2eb6a9a0c6f9ed200fcfce
parentaa2a15bf1b1c7cc95bc6cb93a25c0932db402573 (diff)
downloadwekan-daa95c582e9f11e15bb67389de5a97ded45dbc42.tar.gz
wekan-daa95c582e9f11e15bb67389de5a97ded45dbc42.tar.bz2
wekan-daa95c582e9f11e15bb67389de5a97ded45dbc42.zip
- Submit inline form on click outside, fixes
"You have an unsaved description" doesn't go away after saving. Thanks to pravdomil and xet7 ! Fixes #1287
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a801988c..e1fe261c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,9 @@ This release adds the following new features:
and fixes the following bugs:
* [Fix typo in English translation](https://github.com/wekan/wekan/pull/1710);
-* [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714).
+* [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714);
+* [Submit inline form on click outside]https://github.com/wekan/wekan/pull/1717), fixes
+ ["You have an unsaved description" doesn't go away after saving](https://github.com/wekan/wekan/issues/1287).
Thanks to GitHub users pravdomil, xet7 and zypA13510 for their contributions.