diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-09-13 20:42:21 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-09-13 20:42:21 +0300 |
commit | f9245727a6f2a61e152ce7fed61c18d033048f89 (patch) | |
tree | d2c4444fce333b3b3cf42283d615c24416727c24 | |
parent | 68897a77dc18a5bbdbc9cd9e4a84b4ef574e9dcc (diff) | |
parent | 9bfdc1932fc599a7104fb4a39b0366492e8e06ec (diff) | |
download | wekan-f9245727a6f2a61e152ce7fed61c18d033048f89.tar.gz wekan-f9245727a6f2a61e152ce7fed61c18d033048f89.tar.bz2 wekan-f9245727a6f2a61e152ce7fed61c18d033048f89.zip |
Merge branch 'frmwrk123-issue-1213' into devel
Card title is now pre-filled in copy card dialog.
Thanks to frmwrk123 ! Related #1213
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | client/components/cards/cardDetails.jade | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a6f551..c3abcc82 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 61876bca..09e0532c 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 |