mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 12:05:56 +00:00
The object property is expected to be a scalar, but the logic sets it to a DBField instance. While DataObject handles this fine, the DatetimeField logic fails and simply writes the string classname into the field. Should be fixed in DatetimeField eventually, but easier handled here for now.