major
minor
major
minor
tl:TypedConfiguration includes a utility to minimize the configuration. If the value of a property is equal to its default, the property is reset in the configuration. If the property has a tl:ValueInitializer, for example, this must not happen.
The template for tabs includes the option “Enable Help Page,” which is enabled by default. The Help-ID is generated and set by the ValueInitializer when the form or the `tl:FormContext` is created. If you want to disable this option, set the property to ` null ` (its default). This configuration option must not be reset, because otherwise, when the form is loaded (e.g., via “Edit View”), the ValueInitializer will generate a new Help ID, thereby re-enabling “Enable Help Page.”
Test
Refactoring.
TestEnableHelpPageInTab.script.xml