You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we don't validate if any entity could be successfully persisted based on non-nullable constraints, but we should. The validation should obviously consider excluded attributes as defined via @CreatableEntityView.
Also see #414 for details.