From: Stas Vilchik Date: Wed, 20 Jan 2016 08:49:23 +0000 (+0100) Subject: SONAR-4610 relax check X-Git-Tag: 5.4-M9~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ed802001a50e8d96d739ecc1b0097d8042a47155;p=sonarqube.git SONAR-4610 relax check --- diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/settings/_type_LICENSE.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/settings/_type_LICENSE.html.erb index b28e4cd0efc..aeaa68efed4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/settings/_type_LICENSE.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/settings/_type_LICENSE.html.erb @@ -6,7 +6,7 @@ product = license.getProduct() || '-' # super-hack here # should be avoided in the future - does_product_match = property.key == "sonar.#{product}.license.secured" + does_product_match = property.key.include? product %>