soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Incoming ParameterWires from Shortcuts not being rendered from Shortcuts #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a DomainObjectInstance in a Visual editor
2. Create a shortcut of a DomainObject and connect it to the
DomainObjectInstance with a SelectWire
3. Create a shortcut of an ApplicationElementProperty and connect it to the
SelectWire with a ParameterWire
4. Reload the editor/window

What is the expected output? What do you see instead?
Expected: The ParameterWire will be rendered from the AEP to the SelectWire
Actual: The ParameterWire is not rendered from the AEP to the SelectWire

Original issue reported on code.google.com by soundasleep on 23 Jul 2009 at 1:39

GoogleCodeExporter commented 9 years ago
Resolved in r900. The original logic behind the DiagramUpdater.xpt dynamic 
template
was to only render incoming ParameterWires for RunInstanceWires; this has been
modified to support all WireEdges that are also WireEdgeDestinations.

Original comment by soundasleep on 4 Aug 2009 at 5:13