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

Bugfix set_field_values #431

Merged
merged 2 commits into from
Jul 15, 2016
Merged

Bugfix set_field_values #431

merged 2 commits into from
Jul 15, 2016

Conversation

gcrofils
Copy link
Contributor

input datas structure has changed.
it was {"0"=>{ "untitled-text-box"=>{"id"=>"262",
"values"=>{"0"=>"33333"}}} }
now it is : { "untitled-text-box"=>{"id"=>"262",
"values"=>{"0"=>"33333"}}}

input datas structure has changed.
it was   {"0"=>{ "untitled-text-box"=>{"id"=>"262",
"values"=>{"0"=>"33333"}}} }
now it is : { "untitled-text-box"=>{"id"=>"262",
"values"=>{"0"=>"33333"}}}
@owen2345 owen2345 merged commit 750d1ea into owen2345:master Jul 15, 2016
@gcrofils
Copy link
Contributor Author

Maybe there is an issue with different versions of this file.
still failing to update custom field values
capture d ecran 2016-08-16 a 11 25 48

@owen2345
Copy link
Owner

Tested in rails 4 and rails 5 using 2.3.2 and works well, please confirm me this.

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.

None yet

2 participants