- Issue created by @Guybrush Threepwood
- π¦πΊAustralia acbramley
See related core issue regarding the generic revision UI - we need to defend against empty timestamps π Protect against empty revision timestamps in VersionHistoryController::getRevisionDescription Active
- Status changed to Closed: works as designed
4 months ago 7:26am 16 July 2024 - π¦πΊAustralia dpi Perth, Australia
Since
\Drupal\Core\Entity\RevisionLogEntityTrait::getRevisionCreationTime
guarantees a int, and Term entity is not returning an int, I'm considering:- Either a core bug: somehow values are non-int, by design. Or,
- Data is malformed, for example during a migration or bad update. (I imagine its this). Or,
- The interface maybe needs to be updated to return NULL.
In each of these, these are not an issue with scheduled transitions. Please consider a migration to fix the malformed data #2936995-85: Add taxonomy term revision UI β
- π¦πΊAustralia dpi Perth, Australia
- πΊπΈUnited States Guybrush Threepwood
Just to follow up, it seems to work okay on my site for new terms. My existing terms seem to have this issue.