- π¬π§United Kingdom paulmartin84
I've spotted an issue with the above fix, I've opened a separate issue here https://www.drupal.org/project/tmgmt/issues/3370882 π Paragraphs translations aren't always updated Fixed
Basically the above is calling$target_entity->needsSave();
which is a getter rather than a setter, I believe it should be calling$target_entity->setNeedsSave(TRUE);