diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a6f5515..c3abcc82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ This release adds the following new features: * [Reorder checklists. Move checklist item to another checklist.](https://github.com/wekan/wekan/pull/1215) +* [Card title is now pre-filled in copy card dialog](https://github.com/wekan/wekan/pull/1214). Thanks to GitHub user frmwrk123 for contributions. diff --git a/client/components/cards/cardDetails.jade b/client/components/cards/cardDetails.jade index 61876bca4..09e0532cb 100644 --- a/client/components/cards/cardDetails.jade +++ b/client/components/cards/cardDetails.jade @@ -127,6 +127,7 @@ template(name="moveCardPopup") template(name="copyCardPopup") label(for='copy-card-title') {{_ 'title'}}: textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus) + = title label {{_ 'lists'}}: +boardLists