2 comments (2 comments)1 reaction (1 reaction)0 assignees (0 assignees)JavaScript2,288 forks (2,288 forks)batch import
bughelp wanted
Repository metrics
- Stars
- 14,656 stars (14,656 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Steps to reproduce the behavior
- Create list with required field with type
Name
- Get model and create new item
keystone.List(listName).model().save()
Expected behavior
Get validation error
Actual behavior
Item successfully saved
Contributor guide
- Research direction
- Examine KeystoneJS model validation for 'Name' field type and identify why required validation is not triggered on save().
- Tech stack
- javascriptnodejs
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- JavaScriptNode.js