Detail
Detail
Bugfix
Detail
#25154
Missing serialization of configuration properties in DisplayStrategy.IGNORE
When collecting the properties in tl:ConfigurationWriter, the tl:DisplayStrategy is also taken into account. If the tl:DisplayStrategy specifies that all properties of the super interface should be ignored, they will not be dumped.
Improvement
When dumping, the tl:ConfigurationWriter should also collect all super properties, even if they are not to be displayed at the GUI.
Test
TestConfigurationWriter.testWritePropertiesDisplayStrategyIgnore()