Will be fixed here: π Issue with first time saving the image caption of an image field. ( Paragraph ) Active .
Simple test will delete caption data.
use Drupal\node\Entity\Node;
$nids = [123];
foreach($nids as $nid ){
$n = Node::load($nid);
$n->set('field_somefield', 'somevalue');
$n->save();
}
This will wipe out caption data attached to an image.
Closed: duplicate
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Will be fixed here: π Issue with first time saving the image caption of an image field. ( Paragraph ) Active .