Skip to content

"1. Invalid data type for [parameter_name]" with typespec boolean(). #16

@skull-squadron

Description

@skull-squadron

In the create view http://localhost:8001/admin/model/create/example, are there values the form which would be accepted as the boolean atoms?

The error message doesn't give the user enough information to resolve this on their own.

src/model/example.erl:

-module(example, [Id, Name, Description, Notes, Enabled::boolean()]).
-compile(export_all).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions