Revisions log does not attribute author or timestamp correctly
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2914976. -->
Reported by: [focal55](https://www.drupal.org/user/152678)
Related to !22 !14
>>>
<p>Problem/Motivation<br>
I have found a situation where revisions logs do not accurately attribute the editing author and timestamp. This causes confusion when trying to read the revision log. The last user to use the node form is used for the author and the timestamp is also from the last time the node edit form was used.</p>
<p>Steps to reproduct<br>
1. Install fresh drupal version 8.4<br>
2. Install paragraphs 8.x-1.2 and paragraphs_edit 8.x-2.0-alpha5<br>
3. Build out a paragraph structure<br>
4. Attached paragraph structure to a content type.<br>
5. Create content via User1, populating paragraph field(s).<br>
6. Use the node edit for to create the first revision.<br>
7. Logout and login as User2<br>
7. Use paragraphs_edit to update the same node and notice the revision log. A new record is created but User1 is the author and the timestamp is the same as the initial revision created from the node edit form. </p>
issue