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

WIP: Should not return error when property of type array is set to object … #1428

Closed
wants to merge 1 commit into from

Conversation

mateuspontes
Copy link

@mateuspontes mateuspontes commented Jul 18, 2017

Convert object to array on datajungler and not throw error with wrong type of data

Description

If we create a model with object and we pass a object on a request, datajungler can't convert it and crashes the server.
The solution here is convert the object to array and return the keys.

Related issues

@slnode
Copy link

slnode commented Jul 18, 2017

Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test."

@slnode
Copy link

slnode commented Jul 18, 2017

Can one of the admins verify this patch?

2 similar comments
@slnode
Copy link

slnode commented Jul 18, 2017

Can one of the admins verify this patch?

@slnode
Copy link

slnode commented Jul 18, 2017

Can one of the admins verify this patch?

@mateuspontes mateuspontes changed the title Should not return error when property of type array is set to object … WIP: Should not return error when property of type array is set to object … Jul 18, 2017
@MaximeTroiano
Copy link

This is still an issue.

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.

3 participants