Add basic start and due dates for cards.

This commit is contained in:
shoetten 2016-02-05 20:23:09 +01:00
parent 182c9af123
commit d4497d7aeb
7 changed files with 290 additions and 1 deletions

View file

@ -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();