[Bugreport] Title bug in nested Fieldset
Hi,
I found a bug in the Fieldset-Widget. Nested fieldset inherit title of the parent fieldset.
Scenario:
I put three fieldsets inside of a other fieldset. The parent fieldset gets his title from a service. The first child fieldset gets its title from a other service. The second has a static string as title and the last child fieldset has a translated title (via [[translationToken]]).
All fieldset now gets the same title (on runtime) from the parent fieldset. This bugs only occurs if the parent fieldset get the title via binding.
Tested TWX versions:
- ThingWorx 8.5.2-b90
- Thingworx 9.0.0-b9557

