Preserve type information in the AJAX requests #14
Labels
discussion
We need to discuss this in the team
next sprint
This ticket should/could be solved within the next community sprint.
outdated
Outdated because of the new repo
Milestone
We need to get bool/int/string/array in PHP to correctly save it as .yaml.
The HTTP transfer is encoded as
multipart/form-data
(because PHP does not understand JSON natively).Currently that leads to only string/array.
Idea:
We could send a JSON string via
multipart/form-data
andjson_decode()
the whole thing once in PHP.The text was updated successfully, but these errors were encountered: