From 21f90382d0465eb7cf7e30e3c68a246105ef317b Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Mon, 31 Aug 2015 16:25:45 +0200 Subject: Temporarily hide the attachment feature on sandstorm Our spk currently have an issue with the bundled MongoDB (forked) version that breaks if some files are inserted in a GridFS collection. We need to find out a way to upgrade and migrate the bundled database until we can re-enable the attachment feature. Note that the feature is unmodified, it's just hidden in the UI. --- client/components/cards/cardDetails.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client') diff --git a/client/components/cards/cardDetails.jade b/client/components/cards/cardDetails.jade index a5dcb47b..4cd851e0 100644 --- a/client/components/cards/cardDetails.jade +++ b/client/components/cards/cardDetails.jade @@ -76,7 +76,8 @@ template(name="cardDetailsActionsPopup") ul.pop-over-list li: a.js-members Edit Members… li: a.js-labels Edit Labels… - li: a.js-attachments Edit Attachments… + unless isSandstorm + li: a.js-attachments Edit Attachments… hr ul.pop-over-list li: a.js-move-card Move card -- cgit v1.2.3-1-g7c22