- πΊπΈUnited States lpeabody
Simplify title of issue per Sam152's recommendation.
Under a particular condition, namely when the "Changed" field is marked as untranslatable, an EntityChangedConstraint violation can be triggered unexpectedly when working with content that has been translated and is in various moderation states.
The result of the above scenario is that it is now impossible to edit the English content, with no workaround identified thus far.
For content that is enabled for translation, while also enabled for moderation, enforce the "Changed" field to be translatable. In addition, if and when a fix is released, attempt to repair the database if necessary.
None so far.
None so far.
None so far.
None so far.
With the table in this state, when attempting to perform the last step of editing the english translation of the content, the check in EntityChangedConstraintValidator for unchanged entity (loaded straight from database) time > form save time compares (1600123463 > 1600123429), resulting in a validation error.
The value 1600123463 is pulled from english revision 23, in the table, which is the 2nd to last time the entity overall was saved (with the last two saves being the german translation, which generated revisions 23 and 24).
Active
11.0 π₯
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Simplify title of issue per Sam152's recommendation.