From 860ae6f38da191e85471fa8abb46110ad63f99ff Mon Sep 17 00:00:00 2001 From: nztqa Date: Mon, 25 Sep 2017 13:52:44 +0900 Subject: Remove cover id --- client/components/cards/cardDetails.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js index 7c6c3ce7..587cd1bc 100644 --- a/client/components/cards/cardDetails.js +++ b/client/components/cards/cardDetails.js @@ -220,6 +220,7 @@ Template.copyCardPopup.events({ if (title) { card.title = title; + card.coverId = ''; const _id = Cards.insert(card); // In case the filter is active we need to add the newly inserted card in // the list of exceptions -- cards that are not filtered. Otherwise the -- cgit v1.2.3-1-g7c22 From 4b995e88ba2abbc35e78562d5874b00854ef6be0 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 1 Oct 2017 09:39:35 +0300 Subject: Fix Data inconsistency when copying card. Thanks to nztqa ! Related #1218 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc9a2af..27650432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Upcoming Wekan relelase + +This release fixes the following bugs: + +* [Data inconsistency when copying card](https://github.com/wekan/wekan/pull/1246). Note: There is no feature for copying card attachment yet. + +Thanks to Github user nztqa for contributions. + # v0.44 2017-09-30 Wekan release This release adds the following new features: -- cgit v1.2.3-1-g7c22