Caption data lost when node saved programmatically.

Created on 22 December 2021, over 3 years ago
Updated 26 February 2025, about 1 month ago

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.

πŸ› Bug report
Status

Closed: duplicate

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States dmudie

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024