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

Empty array inconsistency #11

Closed
yanickrochon opened this issue Jul 30, 2014 · 1 comment
Closed

Empty array inconsistency #11

yanickrochon opened this issue Jul 30, 2014 · 1 comment

Comments

@yanickrochon
Copy link
Contributor

When requesting with an array having empty values, the parsed body params is inconsistent with the data sent from the client. For example

items[]:PPVC-30x27-J
items[]:WA-1525-2
quantity[]:9
quantity[]:1
itemNotes[]:
itemNotes[]:Test

Will be parsed as

{
  items: [ "PPVC-30x27-J", "WA-1525-2" ],
  quantity: [ "9", "1" ],
  itemNotes: [ "Test" ]
}

where itemNotes should have really been [ "", "Test" ].

@yanickrochon
Copy link
Contributor Author

Related issue here.

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

No branches or pull requests

1 participant