Revisions are not reflected on parent node's revision log
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3065643. -->
Reported by: [rpc5102](https://www.drupal.org/user/3568258)
Related to !13
>>>
<p>This one is pretty straightforward. As of 8.5.x, when updating a paragraph using the paragraphs_edit contextual links, a revision is created on the parent node but is not reflected on the revision log due to translation mismatch. The content_translation module does not need to be enabled for this to be a problem.</p>
<p>Steps to reproduce:</p>
<ol>
<li>Enable paragraphs_edit module.</li>
<li>Create new node with paragraphs-enabled field.</li>
<li>Edit node normally (node/[node:id]/edit) => Revision created + reflected on revision tab (node/[node:id]/revisions).</li>
<li>Edit node via contextual link on paragraph provided by this module => Revision created but does not show up on revisions.</li>
</ol>
<p>This is a problem because content editors do not have the ability to roll back to previous revisions if needed.</p>
<p>See also:<br>
<a href="https://www.drupal.org/node/2936357">New API to create entity revisions</a></p>
> Related issue: [Issue #3025709](https://www.drupal.org/node/3025709)
> Related issue: [Issue #2984540](https://www.drupal.org/node/2984540)
> Related issue: [Issue #3017718](https://www.drupal.org/node/3017718)
> Related issue: [Issue #2961399](https://www.drupal.org/node/2961399)
> Related issue: [Issue #2924724](https://www.drupal.org/node/2924724)
issue