Introduce autoValidate
setting for RecordSource
and RecordCache
#903
Milestone
autoValidate
setting for RecordSource
and RecordCache
#903
This setting will mirror
autoUpgrade
andautoActivate
in that if it is leftundefined
it should be treated astrue
.RecordCache
andRecordSource
will use this to determine whether to build validators if none are provided.SyncRecordCache
andAsyncRecordCache
should also use this option to control whether a schema validation processor is included by default.This will provide more fine-tuned control over whether validators are built and used by a source / cache than checking
Orbit.debug
.The text was updated successfully, but these errors were encountered: