summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-06-26 02:14:52 +0300
committerLauri Ojansivu <x@xet7.org>2018-06-26 02:14:52 +0300
commit43dde4a10fc7980089f9344a7be04b8fe673cf28 (patch)
tree5ab242bdb60945ac9220ff8dae415102befbd2d7
parent97922c90cb42be6c6615639bb164173748982f56 (diff)
downloadwekan-43dde4a10fc7980089f9344a7be04b8fe673cf28.tar.gz
wekan-43dde4a10fc7980089f9344a7be04b8fe673cf28.tar.bz2
wekan-43dde4a10fc7980089f9344a7be04b8fe673cf28.zip
- Fix "Error: title is required" by removing find() from all of migrations.
Thanks to xet7 ! Closes #1576
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1fe261c..d3c4aa55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,8 @@ 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);
* [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).
+ ["You have an unsaved description" doesn't go away after saving](https://github.com/wekan/wekan/issues/1287);
+* [Fix "Error: title is required" by removing find() from all of migrations](https://github.com/wekan/wekan/commit/97922c90cb42be6c6615639bb164173748982f56).
Thanks to GitHub users pravdomil, xet7 and zypA13510 for their contributions.