STARIONGROUP / COMET-IME-Community-Edition

The Concurrent Design Desktop Application and Excel Integration compliant with ECSS-E-TM-10-25 Annex A and Annex C
https://www.stariongroup.eu
Other
21 stars 5 forks source link

Create Decomposition Rule is broken in version 10.0.0 #1298

Closed lxatstariongroup closed 6 months ago

lxatstariongroup commented 6 months ago

Prerequisites

Description

When you create a DecompositionRule in COMET version 10.0.0, some input fields stay disabled while they should be edittable.

Problem was that somehow the ObservableAsPropertyHelper did not do its job correctly. Changed it to using normal property setter (RaiseAndSetIfChanged) and that helps. Might need to check all other usages of ObservableAsPropertyHelper.