From bec30baa9c7dad447d6ad07601a63779818f0c17 Mon Sep 17 00:00:00 2001 From: Daniel Dehennin Date: Tue, 14 Nov 2017 11:54:24 +0100 Subject: [PATCH] The OneFlow route must always be active to avoid error in cloud view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cloud view always makes request to “/service” even when the OneFlow provisionning tab is disable. When the OneFlow service is disable and the route is active, Sunstone just reply a “503 Service Unavailable”. * tmpl/sunstone-server.conf: do not disable OneFlow route. Ref: #22068 --- tmpl/sunstone-server.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmpl/sunstone-server.conf b/tmpl/sunstone-server.conf index c9046f2..0c43ab3 100644 --- a/tmpl/sunstone-server.conf +++ b/tmpl/sunstone-server.conf @@ -183,9 +183,7 @@ # - other :routes: -%if %%getVar('activer_oneflow', 'non') == 'oui' - oneflow -%end if %if %%getVar('activer_market_views', 'non') == 'oui' - appmarket %end if