mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Re-enable attachments on sandstorm
Credits go to @dwrensha who implement the required MongoDB upgrade on meteor-spk.
This commit is contained in:
parent
c5bdf974b6
commit
39666d236a
2 changed files with 2 additions and 3 deletions
|
|
@ -79,8 +79,7 @@ template(name="cardDetailsActionsPopup")
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
li: a.js-members {{_ 'card-edit-members'}}
|
li: a.js-members {{_ 'card-edit-members'}}
|
||||||
li: a.js-labels {{_ 'card-edit-labels'}}
|
li: a.js-labels {{_ 'card-edit-labels'}}
|
||||||
unless isSandstorm
|
li: a.js-attachments {{_ 'card-edit-attachments'}}
|
||||||
li: a.js-attachments {{_ 'card-edit-attachments'}}
|
|
||||||
hr
|
hr
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
li: a.js-move-card {{_ 'moveCardPopup-title'}}
|
li: a.js-move-card {{_ 'moveCardPopup-title'}}
|
||||||
|
|
|
||||||
|
|
@ -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 = 4,
|
appVersion = 5,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "0.9.0-rc1"),
|
appMarketingVersion = (defaultText = "0.9.0-rc1"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue