Cannot select an affectedBy after creating an aspect message view

Issue #373 open
Céline Bensoussan created an issue

In the Unique feature of the Association concern, I defined an aspect message view checkUnique and I want the operation add to be affected by checkUnique.

Through the tool, I cannot set it (see screenshot) and it seems like I cannot set it either through the editor.

Comments (3)

  1. Matthias Schoettle
    • changed status to open

    In the tool it only shows up right now if one is created through the "advice" option on an operation. However, in Unique the references already existed, but there was indeed a bug that is now fixed.

    I think to add and remove the affectedBy we should wait until the new message view display is done (that allows to "cycle" through all message views and use the new message view visualization) and then have a container in one of the corners that displays the list of affectedBy.

  2. Matthias Schoettle

    References #396, #373: Adds check to also find existing MessageViewReference and adds selector.

    When advicing, checks for an existing MessageView or MessageViewReference and displays any existing AspectMessageView or creates a new one. If at least one exists, a selector allows to open a specific AspectMessageView or create another one.

    → <<cset abec00e99bed>>

  3. Log in to comment