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.
This commit is contained in:
Maxime Quandalle 2015-08-31 16:25:45 +02:00
parent 9efd565f74
commit 21f90382d0
2 changed files with 3 additions and 2 deletions

View file

@ -76,7 +76,8 @@ template(name="cardDetailsActionsPopup")
ul.pop-over-list ul.pop-over-list
li: a.js-members Edit Members… li: a.js-members Edit Members…
li: a.js-labels Edit Labels… li: a.js-labels Edit Labels…
li: a.js-attachments Edit Attachments… unless isSandstorm
li: a.js-attachments Edit Attachments…
hr hr
ul.pop-over-list ul.pop-over-list
li: a.js-move-card Move card li: a.js-move-card Move card

View file

@ -22,7 +22,7 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"), appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user. # The name of the app as it is displayed to the user.
appVersion = 3, appVersion = 4,
# Increment this for every release. # Increment this for every release.
appMarketingVersion = (defaultText = "0.9.0_rc1"), appMarketingVersion = (defaultText = "0.9.0_rc1"),