Community
Participate
Working Groups
Way to reproduce: - Define a property as a ModelElementList of another modeled element - Mark this property as read-only - Via code, add an element to the list (list.addNewElement()) Note1: The UI is rendering a read-only list property correctly: for example, a table would not be followed by an add and delete button. Note2: A simple, non-list property marked as read-only is read-only both to the UI and programmatically. I'd assume that there should be a single behavior here for both types of properties.
Fixed in 0.3.1 and 0.4 streams. Unit test coverage in TestModelingMisc0008. Please verify.
Thanks. Closing.