- 🇦🇺Australia mstrelan
Also seeing the same issue where the initial value is ignored when using
updateFieldableEntityType
when adding an owner and status fields. These columns cannot be null and therefore we get an integrity constraint error. - 🇦🇺Australia acbramley
I'd kinda expect to have to create post update hooks? See ✨ Add owner to the BlockContent entity type RTBC
Are you wanting a solution that automatically sets these values for existing revisions for you? I'm not sure how that would work...
- 🇦🇺Australia acbramley
I've created 🐛 Protect against empty revision timestamps in VersionHistoryController::getRevisionDescription Active as I think we should be defensive for empty timestamps regardless of default values.