Refinement-Exceptions: Readd binding conditionals / rm control updates
* Readds conditionals to the binding logic. This hack is needed to handle the mixed widget creation and model update logic. Reasonable defaults in the widgets may (at least for the types) resolve some of this weird design. * The widget update logic in the selectXYZAction methods is removed, since the widget to be called would be disposed anyways. It is overridden by a new Widget that automatically receives the new value due to the duplicate call of the create methods. * One might consider correcting this create/update behavior in future since the code is quite hard to follow and unlogical. Issue-Ref: 3589 Issue-Url: https://af3-developer.fortiss.org/issues/3589 Signed-off-by:Alexander Diewald <diewald@fortiss.org>
Please register or sign in to comment