From 114a57176f654db072e520c71ee580ddf0edbdc0 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 2 May 2016 13:45:47 +0200 Subject: [PATCH] SONAR-5891 Return default properties in api/properties --- .../controllers/api/properties_controller.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb index 26d7987b305..45c9558585e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb @@ -46,6 +46,15 @@ class Api::PropertiesController < Api::ApiController properties< key, :text_value => value}) if java_facade.getSettings().hasDefaultValue(key) + end + end -- 2.39.5