Skip to content

issue removing values using update()  #833

Description

@sebbarfw

Let's say you just updated a node:
nodes.update({ id: 1, title: 'my title' })

and than try to remove it (you can't):
nodes.update({ id: 1, title: undefined })
nodes.update({ id: 1, title: null })
nodes.update({ id: 1, title: '' })

A workaround is to use:
nodes.update({ id: 1, title: ' ' }) // space added

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions