Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 293780

setNewRevision not working with Content Moderation and Workflow Module

$
0
0

After enabling content Moderation and Workflow Module.

When I am saving node with property $node_object->setNewRevision(FALSE); it still creating a new revision.

Example Code:

$node = \Drupal::entityTypeManager()->getStorage('node')->load(id);

$node->title = ‘Title A’;
$node->setNewRevision(FALSE);
$node->save();

Viewing all articles
Browse latest Browse all 293780

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>