Skip to content

ADMIN WEB - Catch nulls in json body #18

Open
@KapStorm

Description

@KapStorm

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": "hello@wiringbits.net",
  "password": "asd"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions