Summary
When setting a modal path to in-mode using the graphical editor AADL properties view, no change occurs. The in-mode looks like it is set and then removed simultaneously.
We suspect it has something to do with the latest changes made for #1449.
Steps to Reproduce
- Create type classifier
- Create mode, feature, and flow spec
- Select the flow spec
- Open properties view
- Click the mode in the in-mode section
package Test
public
abstract t
features
feat: in feature;
flows
f_sink: flow sink feat;
modes
m1: mode;
end t;
end Test;
Environment
- OSATE Version: 2.3.5 Release
- Operating System: Windows 10