-
Improvement
-
Resolution: Unresolved
-
Major
-
4.0 alpha
-
None
-
None
-
2 - Long term
-
2 - Normal
Currently we always return the default value in SiteConfigurationAction#_values2json() because of the methods SiteConfigurationExtensionPoint#getValue always return the default value.
I think we should not put parameters that don't have an actual value in the "values" map using a new method SiteConfigurationExtensionPoint#hasValue, and then do as in the ConfigTool.
See RUNTIME-1706