pirasterize / sonata-form-builder

A Drag & Drop Form Builder for Sonata Project
MIT License
18 stars 13 forks source link

Fixed key values being read as stdObject instead of assoc array #25

Closed brechtfranco closed 5 years ago

brechtfranco commented 5 years ago

A while ago the form data was json decoded without the assoc flag, which resulted in an stdObject. The key property was still being addressed as it was an stdObject, but now this is an array because the assoc flag is now set when json decoding. Resulting in the internal keys not properly overriding the headers.