soundasleep / iaml

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

Inference on non-autosave DomainObjectInstance does not create 'save' operation #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a DomainObjectInstance, set autosave to false
2. Connect it up to a DomainObject with a NewInstanceWire
3. Right click the DomainObjectInstance and select "infer only contained
elements"

What is the expected output? What do you see instead?
Expected: DomainObjectInstance contains a 'save' operation
Actual: Only attributes from the DomainObject are inferred

Original issue reported on code.google.com by soundasleep on 22 Jul 2009 at 5:16

GoogleCodeExporter commented 9 years ago
Resolved in r931.

Original comment by soundasleep on 7 Aug 2009 at 6:51