- 🇳🇱Netherlands timohuisman Leiden, Netherlands
Patch doesn't match anymore because of the changes from https://git.drupalcode.org/project/date_recur/-/commit/a9d7e755c7c45ec3d....
The constraint violation doesn't seem to occur anymore.
When trying to add a new translation for an (translatable) entity that contains a non-translatable date_recur field, a EntityUntranslatableFields constraint violation occurs. This displays the message: Non-translatable fields can only be changed when updating the original language.
How to reproduce:
Always ensuring the rrule property in DateRecurItem::getValue() seems to do the trick. However I am not sure if this is the right approach.
(reviews needed, tests to be written or run, documentation to be written, etc.)
None
None
None
Closed: outdated
2.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Patch doesn't match anymore because of the changes from https://git.drupalcode.org/project/date_recur/-/commit/a9d7e755c7c45ec3d....
The constraint violation doesn't seem to occur anymore.