Closed bsrikan closed 7 years ago
Given this is in comments, it doesn't seem unreasonable to expect it go get into the release.
This will be in a PR with #351 in a minute or two.
Test in e2e and functional tests verified this bug and is working as expected. Shipping.
For scenarios similar to an entity type in source but not in target model, the commented out code has a closing brace } instead of bracket )
Example:
=>map:with("$type", "ShipDetails" }
should be=>map:with("$type", "ShipDetails" )