Bugfix/creating a feature should be the default in the feature diagram editor #739#1760
Conversation
…ould-be-the-default-in-the-feature-diagram-editor-#739
…ould-be-the-default-in-the-feature-diagram-editor-#739
…ould-be-the-default-in-the-feature-diagram-editor-#739
kbirken
left a comment
There was a problem hiding this comment.
When a new node in the feature model tree is created, it is always a Feature now. The ticket says
switching a Feature to a FeatureInclude should be done differently (e.g., via pressing :)
Unfortunately, pressing : after the feature name does not convert it into a FeatureModelInclude anymore (the ticket still assumes this is working, but we obviously had a regression). Now the only way to create a FeatureModelInclude is by intention. Pls. fix the regression, so that pressing : converts a Feature to a FeatureInclude. Also add a test so that functionality does not get lost anymore.
…ould-be-the-default-in-the-feature-diagram-editor-#739
…ould-be-the-default-in-the-feature-diagram-editor-#739
…ould-be-the-default-in-the-feature-diagram-editor-#739
…ould-be-the-default-in-the-feature-diagram-editor-#739
kbirken
left a comment
There was a problem hiding this comment.
I updated the CHANGELOG and fixed an old parametric intention which is used for switching between Feature and FeatureModelInclude nodes (it basically just changed the type, but lost all other information like cardinality and constraints, which is bad).
The PR looks good now, approved.
…ould-be-the-default-in-the-feature-diagram-editor-#739
solves IETS3/iets3.core#739