summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-05-18 16:22:53 +0300
committerLauri Ojansivu <x@xet7.org>2018-05-18 16:22:53 +0300
commit50f751e0a9f8214d690f6fd39136d09a46a8e69a (patch)
tree3a0e58883030abbfa8eb454d181356a8be299d79 /client/components/cards/cardDetails.js
parent61b240d126bcce7adcdb303c5b01a202dc7fa395 (diff)
parent1984a6b1c80dbd8b4eff89aa92913f943bacc63b (diff)
downloadwekan-50f751e0a9f8214d690f6fd39136d09a46a8e69a.tar.gz
wekan-50f751e0a9f8214d690f6fd39136d09a46a8e69a.tar.bz2
wekan-50f751e0a9f8214d690f6fd39136d09a46a8e69a.zip
Merge branch 'devel' into greenkeeper/initial
Diffstat (limited to 'client/components/cards/cardDetails.js')
-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 cdd027e6..26549fda 100644
--- a/client/components/cards/cardDetails.js
+++ b/client/components/cards/cardDetails.js
@@ -216,6 +216,7 @@ Template.cardDetailsActionsPopup.events({
'click .js-labels': Popup.open('cardLabels'),
'click .js-attachments': Popup.open('cardAttachments'),
'click .js-received-date': Popup.open('editCardReceivedDate'),
+ 'click .js-custom-fields': Popup.open('cardCustomFields'),
'click .js-start-date': Popup.open('editCardStartDate'),
'click .js-due-date': Popup.open('editCardDueDate'),
'click .js-end-date': Popup.open('editCardEndDate'),