silverstripe-importexport
silverstripe-importexport copied to clipboard
Introduce required relations
Currently we have required fields configuration in the transformations
config array. This could also include required relation objects.
Checking would need to be performed on the placeholder instead of the mapped record.
The required field behaviour will need to be modified to not check relation names like Course.Title
or Course
.