Skip to content

Commit

Permalink
Display a deprecated message when Service uses plugin deployment
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
duduribeiro committed Nov 5, 2019
1 parent 9c3db75 commit 136fb60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/api/_service.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
h1
= yield :sublayout_title

/ TODO: Remove this when no one use plugins
= render 'shared/service/deprecated_plugin_warning'

= yield

0 comments on commit 136fb60

Please sign in to comment.