Pārlūkot izejas kodu

Merge branch 'fix-copy-card' of https://github.com/nztqa/wekan into nztqa-fix-copy-card

Lauri Ojansivu 8 gadi atpakaļ
vecāks
revīzija
2ae0dc315f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      client/components/cards/cardDetails.js

+ 1 - 0
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