keystonejs/keystone-classic

[4.0.0-beta.3] Validation of type Name

Open

#3,722 opened on Nov 20, 2016

View on GitHub
 (2 comments) (1 reaction) (0 assignees)JavaScript (2,288 forks)batch import
bughelp wanted

Repository metrics

Stars
 (14,656 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Steps to reproduce the behavior

  1. Create list with required field with type Name
  2. Get model and create new item keystone.List(listName).model().save()

Expected behavior

Get validation error

Actual behavior

Item successfully saved

Contributor guide