Allow to select different signature in message calls

Issue #330 new
Matthias Schoettle created an issue

Currently, a message call, once created, cannot be changed to a different signature (operation that is called).

It could be helpful to the user if the signature can be changed. This way, also erroneous references to signature's could be fixed (see screenshot).

To properly support this, the contained parameter mappings in the message need to be removed if the signature changes.

upload.png

Comments (1)

  1. Matthias Schoettle reporter

    References #330: Prevents crash of message view if the message's signature points to a proxy that cannot be resolved.

    In this case, a TextView for the signature is shown and highlighted in red to indicate a problem. Currently, no corrections can be made through the UI.

    → <<cset 8b35b11609f5>>

  2. Log in to comment