inspectit-ocelot icon indicating copy to clipboard operation
inspectit-ocelot copied to clipboard

Properties editor does not remove empty parent composite properties

Open JonasKunz opened this issue 5 years ago • 0 comments

The visual properties editor should result in a clean properties file after unsetting previously defined proeprties. If no property is set in a composite property, it should also be removed.

To reproduce this, first define the property inspectit.metrics.enabled. After unsetting this property, the following content will remain in the file:

inspectit:
  metrics: {}

JonasKunz avatar Apr 24 '20 13:04 JonasKunz