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

ADMIN WEB - Catch nulls in json body #18

Open
KapStorm opened this issue Sep 26, 2023 · 1 comment
Open

ADMIN WEB - Catch nulls in json body #18

KapStorm opened this issue Sep 26, 2023 · 1 comment

Comments

@KapStorm
Copy link
Contributor

KapStorm commented Sep 26, 2023

When we want to create a row with a non-required field, if we click/select the non-required field and do not type anything, it will send a null to the backend like this:

{
  "name": "Keppo",
  "last_name": null,
  "email": "[email protected]",
  "password": "asd"
}
@KapStorm
Copy link
Contributor Author

It also produces the same problem when we edit a field and set it as empty

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

No branches or pull requests

1 participant