summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-21 02:42:14 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-21 02:42:14 +0200
commitb0d1ccc311d8cbfde56d91a1616927df47506aa1 (patch)
treed310109a373017cbfcec1063e738b5a8197a5538
parent8c2ebde3d55d6cb71c2b697989bff803fe6aab57 (diff)
parent35a66c3550063c092158c8299eb07ce2e84931de (diff)
downloadwekan-b0d1ccc311d8cbfde56d91a1616927df47506aa1.tar.gz
wekan-b0d1ccc311d8cbfde56d91a1616927df47506aa1.tar.bz2
wekan-b0d1ccc311d8cbfde56d91a1616927df47506aa1.zip
Merge branch 'edge' into meteor-1.8
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ae341aa..d8ef7a9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,7 +24,7 @@ This release fixes the following bugs:
- [The invitation code doesn't exist - case-sensitive eMail](https://github.com/wekan/wekan/issues/1384). Thanks to neurolabs.
- [Don't swallow email errors](https://github.com/wekan/wekan/pull/2272). Thanks to justinr1234.
-- [Migrate customFields model](https://github.com/wekan/wekan/pull/2264].
+- [Migrate customFields model](https://github.com/wekan/wekan/pull/2264).
Modifies the customFields model to keep an array of boardIds where the customField can be used.
Adds name matching for labels when copying/moving cards between boards.
This way, customFields are not lost when copying/moving a card. Particularly useful when templates have customFields or labels with specific names (not tested for templates yet).