mirror of
https://github.com/wekan/wekan.git
synced 2026-02-12 03:04:22 +01:00
Merge branch 'card-spent-time' of https://github.com/thuanpq/wekan into thuanpq-card-spent-time
This commit is contained in:
commit
e162fe3c0f
12 changed files with 215 additions and 6 deletions
|
|
@ -165,6 +165,7 @@ Template.cardDetailsActionsPopup.events({
|
|||
'click .js-attachments': Popup.open('cardAttachments'),
|
||||
'click .js-start-date': Popup.open('editCardStartDate'),
|
||||
'click .js-due-date': Popup.open('editCardDueDate'),
|
||||
'click .js-spent-time': Popup.open('editCardSpentTime'),
|
||||
'click .js-move-card': Popup.open('moveCard'),
|
||||
'click .js-copy-card': Popup.open('copyCard'),
|
||||
'click .js-move-card-to-top' (evt) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue