keystonejs/keystone-classic

[4.0.0-beta.3] Validation of type Name

Open

#3722 opened on Nov 20, 2016

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

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