From 136fb60b339afdf4c046fe2229f10e48066fbaf4 Mon Sep 17 00:00:00 2001 From: Carlos Ribeiro Date: Thu, 31 Oct 2019 12:53:30 -0300 Subject: [PATCH] Display a deprecated message when Service uses plugin deployment THREESCALE-2395 Our plugin deployment option is deprecated. To avoid needing some data migration in database, this commit sets the deployment option as hosted if the current option is set to plugins and also displays a message to the user to update their configuration. --- app/views/layouts/api/_service.html.slim | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/api/_service.html.slim b/app/views/layouts/api/_service.html.slim index 06dd583c9d..69c89b8944 100644 --- a/app/views/layouts/api/_service.html.slim +++ b/app/views/layouts/api/_service.html.slim @@ -2,6 +2,7 @@ h1 = yield :sublayout_title +/ TODO: Remove this when no one use plugins = render 'shared/service/deprecated_plugin_warning' = yield