Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix instantiation problem in ERRest when the destination entity of a relationship is abstract #520

Merged

Conversation

hprange
Copy link
Contributor

@hprange hprange commented Dec 6, 2013

This commit fix a problem when the destination entity of a toOne or a toMany relationship is abstract. Instead of trying to create an instance of the abstract class (which causes an error), ERRest will try to create an instance based on the type attribute.

…relationship is abstract

This commit fix a problem when the destination entity of a toOne or a toMany relationship is abstract. Instead of trying to create an instance of the abstract class (which causes an error), ERRest will try to create an instance based on the type attribute.
hprange added a commit that referenced this pull request Dec 9, 2013
Fix instantiation problem in ERRest when the destination entity of a relationship is abstract
@hprange hprange merged commit 69b9271 into wocommunity:master Dec 9, 2013
@hprange hprange deleted the abstractRelationshipERRestSupport branch December 9, 2013 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant