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

[bug] Value conversion does not work properly in API platform #2076

Open
ivicac opened this issue Feb 10, 2025 · 0 comments
Open

[bug] Value conversion does not work properly in API platform #2076

ivicac opened this issue Feb 10, 2025 · 0 comments
Assignees
Labels
backend Concerning any and all backend issues bug Something isn't working

Comments

@ivicac
Copy link
Contributor

ivicac commented Feb 10, 2025

For example, when having http://localhost:9555/api/o/v1/test/12?name=fff1 with the body {"prop1": "prop 1"} where value 12 is a number also passed as part of the response, then the returned response looks like

{ "id": "12", "prop1": "prop 1", "name": "fff1" }

where 12 is a string instead of the number

@ivicac ivicac self-assigned this Feb 10, 2025
@ivicac ivicac added bug Something isn't working backend Concerning any and all backend issues labels Feb 10, 2025
@ivicac ivicac moved this to V 0.2 in Platform - Roadmap Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Concerning any and all backend issues bug Something isn't working
Projects
Status: V 0.2
Development

No branches or pull requests

1 participant