Community
Participate
Working Groups
Build Identifier: After undoing the deletion of a dimension, the property page of the valueType referencing this dimension is not updated properly. The reason is that the property page is updated when the dimension is set again to the valueType, but by this time, the dimension is not reconnected yet to its base instanceSpecification. Reproducible: Always Steps to Reproduce: 1.create a valueType having a dimension 2.delete the dimension 3.select the valueType and display its property page 4.call undo => the property page is updated but the displayed dimension label is not correct
Do you have a test model for this? What is a dimension?
A pure-UML test case: - Create a Class with a Property - Type the property with the class - Pin the properties view on the current selection (Icon on the top/right corner of the properties view) - Select the class and rename it See that the label of the "Type" field of the Property's properties view didn't change (You need to refresh the selection) This can also be reproduced with "Undo" instead of pinning the view (Basically, any action which can change the label of the Class without changing the current selection): - Create a Class with a Property - Type the property with the class - Select the class and rename it - Select the property and Undo This bug can be reproduced in any version of Papyrus (>= 0.8.0), and cannot be easily fixed (We'd probably need to refactor the label providers and a part of the properties view/widgets framework as well)
Same Problem as 356924
> Same Problem as 356924 I close/duplicate this bug *** This bug has been marked as a duplicate of bug 356924 ***