🐛 | Drupal core | Cannot save or publish originating node or translations. error "The content has either been modified by another user, or you have already submitted modifications ..."
🇬🇷Greece msti Heraklion
I had the same problem, D 9.5.10
The suggested fix worked.
🇬🇷Greece msti Heraklion
I am updating the patch because it was giving an error for commerce 2.30
before:
return [['rendered' => $order_item->getTitle()]];
after:
return [['rendered' => ['#plain_text' => $order_item->getTitle()]]];