Open
Description
Wyatt Smith opened DATACMNS-1347 and commented
When I add an @Version
to my model, the @DateCreated
is no longer set. I do not think this makes sense because a versioned resource can still logically have a created date.
Here is a simple project with two tests exposing this bug: https://github.com/wyattjsmith1/data-rest-version-createdby-bug.
In this example, ModelWithVersion fails it's test because the @DateCreated
field is null, but it is properly set in ModelWithoutVersion
Reference URL: https://github.com/wyattjsmith1/data-rest-version-createdby-bug