You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Via #4523 we allowed replacing of typed events with their start*, intermediate* and end* variants. The purpose was two simplify our users lives. Testing the solution I found that we did not go the full length to support our users: If I have a message already configured, I'd expect that message to stay as I replace from message catch (with message A) to message start (with message A):
Steps to reproduce
Model message start, attach a message
Replace with message catch
See no message is attached anymore
(Same can be reproduced in different directions of replacement).
Expected behavior
Replacing between catch* versions should keep configured details, where still valid (i.e. correlation key not supported for message start)
Replace between throw* versions should keep configured details
Describe the bug
Via #4523 we allowed replacing of typed events with their start*, intermediate* and end* variants. The purpose was two simplify our users lives. Testing the solution I found that we did not go the full length to support our users: If I have a message already configured, I'd expect that message to stay as I replace from message catch (with message
A
) to message start (with messageA
):Steps to reproduce
(Same can be reproduced in different directions of replacement).
Expected behavior
Environment
Additional context
Found in the context of #4825.
The text was updated successfully, but these errors were encountered: