summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorErik Turk <erik.turk@ontera.ca>2018-02-05 10:49:37 -0500
committerErik Turk <erik.turk@ontera.ca>2018-02-05 10:49:37 -0500
commitc3fe70e09433346f25ad3701dca7f07ad441624f (patch)
tree633a60016ec76e6214ae5a9ac1149aba04af7322 /client/components
parent79ae90825e155a772124938ed12dd5e373e05f95 (diff)
downloadwekan-c3fe70e09433346f25ad3701dca7f07ad441624f.tar.gz
wekan-c3fe70e09433346f25ad3701dca7f07ad441624f.tar.bz2
wekan-c3fe70e09433346f25ad3701dca7f07ad441624f.zip
added copyManyCard
Diffstat (limited to 'client/components')
-rw-r--r--client/components/cards/cardDetails.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js
index 94a938f0..3ae6327b 100644
--- a/client/components/cards/cardDetails.js
+++ b/client/components/cards/cardDetails.js
@@ -170,6 +170,7 @@ Template.cardDetailsActionsPopup.events({
'click .js-spent-time': Popup.open('editCardSpentTime'),
'click .js-move-card': Popup.open('moveCard'),
'click .js-copy-card': Popup.open('copyCard'),
+ 'click .js-copy-many-card': Popup.open('copyManyCard'),
'click .js-move-card-to-top' (evt) {
evt.preventDefault();
const minOrder = _.min(this.list().cards().map((c) => c.sort));