summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.js
diff options
context:
space:
mode:
authorshoetten <simon@hoetten.org>2016-02-05 20:23:09 +0100
committershoetten <simon@hoetten.org>2016-11-21 15:15:16 +0100
commitd4497d7aeb968dbb9f8c4b84fbcc0f7cc3668167 (patch)
tree80a91f0005202039d6120208e126f2f383ea7bf2 /client/components/cards/cardDetails.js
parent182c9af123c1f7e2fb7318d704f740f93a3da12f (diff)
downloadwekan-d4497d7aeb968dbb9f8c4b84fbcc0f7cc3668167.tar.gz
wekan-d4497d7aeb968dbb9f8c4b84fbcc0f7cc3668167.tar.bz2
wekan-d4497d7aeb968dbb9f8c4b84fbcc0f7cc3668167.zip
Add basic start and due dates for cards.
Diffstat (limited to 'client/components/cards/cardDetails.js')
-rw-r--r--client/components/cards/cardDetails.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js
index b6f17c23..32980926 100644
--- a/client/components/cards/cardDetails.js
+++ b/client/components/cards/cardDetails.js
@@ -143,6 +143,8 @@ Template.cardDetailsActionsPopup.events({
'click .js-members': Popup.open('cardMembers'),
'click .js-labels': Popup.open('cardLabels'),
'click .js-attachments': Popup.open('cardAttachments'),
+ 'click .js-start-date': Popup.open('editCardStartDate'),
+ 'click .js-due-date': Popup.open('editCardDueDate'),
'click .js-move-card': Popup.open('moveCard'),
'click .js-move-card-to-top'(evt) {
evt.preventDefault();