Deleting an empty operand causes non-executable command

Issue #487 resolved
Matthias Schoettle created an issue

Deleting an empty operand, causes an exception in the controller, because the CompoundCommand is not executable.

Comments (2)

  1. Matthias Schoettle reporter

    Resolves #487: Calls createRemoveOperandContentsCommand in all cases.

    Even when the operand is empty, this operation needs to remove the operand. Removal has to happen within this operation, because the operand removal needs to occur before removal of the fragments from the lifeline in order to have this information when the fragment is removed due to operand removal.

    → <<cset 8ddcbf5bde25>>

  2. Log in to comment