summaryrefslogtreecommitdiffstats
path: root/client/components/cards
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-10-01 09:35:36 +0300
committerLauri Ojansivu <x@xet7.org>2017-10-01 09:35:36 +0300
commit2ae0dc315f7bc67beb3a072ea43b68cc5c852292 (patch)
tree1d18147fda450bc4073d84a4dd875bd97c97343d /client/components/cards
parente6a866cb9ef8253c6d59ce7b1deafb5edb1f5180 (diff)
parent860ae6f38da191e85471fa8abb46110ad63f99ff (diff)
downloadwekan-2ae0dc315f7bc67beb3a072ea43b68cc5c852292.tar.gz
wekan-2ae0dc315f7bc67beb3a072ea43b68cc5c852292.tar.bz2
wekan-2ae0dc315f7bc67beb3a072ea43b68cc5c852292.zip
Merge branch 'fix-copy-card' of https://github.com/nztqa/wekan into nztqa-fix-copy-card
Diffstat (limited to 'client/components/cards')
-rw-r--r--client/components/cards/cardDetails.js1
1 files changed, 1 insertions, 0 deletions
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