- Issue created by @gemisky
- 🇪🇸Spain ipitbiz
I am having the same error and it is due to this change in version 1.17:
#3478739 by berdir: Create revision before changing values, set revision author and time
If I leave the creation of a revision as it was in 1.16, version 1.17 works fine.
Specifically, the problem is on line 507:
$translation = $storage->createRevision($translation, $translation->isDefaultRevision());
Leaving the previous line, the one that updated the $entity variable works:
$entity = $storage->createRevision($entity, $entity->isDefaultRevision());