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

OneToMany Insert Problem #4

Open
hozhanli opened this issue Mar 22, 2017 · 1 comment
Open

OneToMany Insert Problem #4

hozhanli opened this issue Mar 22, 2017 · 1 comment

Comments

@hozhanli
Copy link

Hi there,

I try to insert a Person have skills and while inserting everything looks okey. But when I list person list from http://localhost:8000/gigy/people I can't se new inserted person skills, it is an empty array. Could you help about this?

I make a POST request to http://localhost:8000/gigy/people with body

{ "name": "Test Member", "age": 30, "skills": [ { "name": "First Test Skill", "level": "AWESOME" }, { "name": "Second Test Skill", "level": "GODLIKE" } ] }

After Person and Skill creation new inserted member looks like below.

{ "id": 8, "name": "Test Member", "age": 30, "skills": [] }

@svachmic
Copy link

Hi @hozhanli thanks for feedback! We're currently investigating what's wrong and will keep you posted!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants