You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent a lot of time, but I can not understand
The drupalgap generates this json code for unlimited fields field_tip_obiavlenia1":{"und":{"value":["1","2",""]}}}
But the correct query should look like this. field_tip_obiavlenia1":{"und":[{"value":"1"},{"value":"2"}]}
How can i use hook_assemble_form_value_into_field that send the correct json request
The text was updated successfully, but these errors were encountered:
sangasgar
changed the title
How to mapping field json in drupalgap
Mapping fields json request in drupalgap (unlimited fields value)
Dec 11, 2017
I spent a lot of time, but I can not understand
The drupalgap generates this json code for unlimited fields
field_tip_obiavlenia1":{"und":{"value":["1","2",""]}}}
But the correct query should look like this.
field_tip_obiavlenia1":{"und":[{"value":"1"},{"value":"2"}]}
How can i use
hook_assemble_form_value_into_field
that send the correct json requestThe text was updated successfully, but these errors were encountered: