mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Merge branch 'frmwrk123-issue-1213' into devel
Card title is now pre-filled in copy card dialog. Thanks to frmwrk123 ! Related #1213
This commit is contained in:
commit
f9245727a6
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
||||||
* [Reorder checklists. Move checklist item to another checklist.](https://github.com/wekan/wekan/pull/1215)
|
* [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.
|
Thanks to GitHub user frmwrk123 for contributions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -127,6 +127,7 @@ template(name="moveCardPopup")
|
||||||
template(name="copyCardPopup")
|
template(name="copyCardPopup")
|
||||||
label(for='copy-card-title') {{_ 'title'}}:
|
label(for='copy-card-title') {{_ 'title'}}:
|
||||||
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
||||||
|
= title
|
||||||
label {{_ 'lists'}}:
|
label {{_ 'lists'}}:
|
||||||
+boardLists
|
+boardLists
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue