Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ST6RI-697 Feature chains in Action or Interconnection views are not properly rendered #485

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

himi
Copy link
Member

@himi himi commented Jun 28, 2023

The visualizer could not properly render feature chains in behavioural rendering, used by Action, State, Interconnection, Case views. The example below

action a {
    action a1 {
        action a11;
    }
    action a12;
    first a1.a11 then a12;
}

is wrongly rendered as:
Screenshot 2023-06-28 at 3 06 12 PM

@himi
Copy link
Member Author

himi commented Jun 28, 2023

After the fix, the example is correctly rendered as:
Screenshot 2023-06-28 at 5 01 27 PM

@himi himi requested a review from seidewitz June 28, 2023 21:01
@seidewitz seidewitz self-assigned this Jul 17, 2023
@seidewitz seidewitz changed the title ST6RI-697: Feature chains in Action or Interconnection views are not properly rendered ST6RI-697 Feature chains in Action or Interconnection views are not properly rendered Jul 17, 2023
@seidewitz seidewitz merged commit 857ee4c into master Jul 17, 2023
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants