diff options
author | nztqa <nztqa@users.noreply.github.com> | 2017-09-25 13:52:44 +0900 |
---|---|---|
committer | nztqa <nztqa@users.noreply.github.com> | 2017-09-25 13:52:44 +0900 |
commit | 860ae6f38da191e85471fa8abb46110ad63f99ff (patch) | |
tree | 5cbf8a53662e0caeb3bc42dd75c99c98b465837b /client/components/cards/cardDetails.js | |
parent | 415343bbd0184059ab5b4c838e26bc14fa2c7627 (diff) | |
download | wekan-860ae6f38da191e85471fa8abb46110ad63f99ff.tar.gz wekan-860ae6f38da191e85471fa8abb46110ad63f99ff.tar.bz2 wekan-860ae6f38da191e85471fa8abb46110ad63f99ff.zip |
Remove cover id
Diffstat (limited to 'client/components/cards/cardDetails.js')
-rw-r--r-- | client/components/cards/cardDetails.js | 1 |
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 |