Global references are not kept when replacing an event (interrupting to non-interrupting) #2249
Labels
backlog
Queued in backlog
bug
Something isn't working
modeling
spring cleaning
Could be cleaned up one day
Describe the Bug
I replace an event (i.e. a boundary event) from interrupting to non-interrupting. I see that the global message reference gets lost.
We have existing test cases for the desired behavior (reference is kept), but due to nested
it(..., function() { it(...); }
calls these are not actually executed 🙈.#2248 uncovered this miss-use, and the bug.
Steps to Reproduce
Expected Behavior
When replacing an event (toggling interrupting / non-interrupting) we keep the global element reference.
Environment
Related to #1906
The text was updated successfully, but these errors were encountered: