mirror of
https://github.com/wekan/wekan.git
synced 2026-03-08 06:32:34 +01:00
Add basic start and due dates for cards.
This commit is contained in:
parent
182c9af123
commit
d4497d7aeb
7 changed files with 290 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue