Skip to content

remove empty values from transactions originating in form builder #21

@trevor

Description

@trevor

When using the "+" symbol to add fields, stray fields may be left and shouldn't be a part of the transaction.

an example with a stray field:

[ 
 {":db/id" #db/id [":db.part/db"]
  ":db/ident" ":myname/enum1"}

 {":db/id" #db/id [":db.part/db"]
  ":db/ident" ":myname/enum2"}

 {":db/id" #db/id [":db.part/db"]
  ":db/ident" ":myname/null"}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions