From cacaa0ee8c8811145df9a888ca5bce3c9178397d Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Tue, 22 Nov 2016 22:20:39 -0500 Subject: hack to avoid 'board not found' problem in Sandstorm --- sandstorm.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sandstorm.js') diff --git a/sandstorm.js b/sandstorm.js index dc5b10d6..3e04d79f 100644 --- a/sandstorm.js +++ b/sandstorm.js @@ -428,6 +428,13 @@ if (isSandstorm && Meteor.isClient) { return url.replace(/^https?:\/\/127\.0\.0\.1:[0-9]{2,5}/, ''); }; Meteor.absoluteUrl.defaultOptions = _defaultOptions; + + // XXX Hack to fix https://github.com/wefork/wekan/issues/27 + // Sandstorm Wekan instances only ever have a single board, so there is no need + // to cache per-board subscriptions. + SubsManager.prototype.subscribe = function(...params) { + return Meteor.subscribe(...params); + }; } // We use this blaze helper in the UI to hide some templates that does not make -- cgit v1.2.3-1-g7c22