- Issue created by @studgate
- Status changed to RTBC
11 months ago 2:51pm 18 December 2023 - πͺπ¨Ecuador jwilson3
This is RTBC.
- I've reclassified this as a feature request, since it seems to be a regression.
- I also cleaned up the issue summary a little bit.
- I've done a visual code review. I don't see any issues with the code in the patch.
- I've tested manually (details below).
Project setup:
- Drupal 10 + Paragraphs + FieldBlock;
- a paragraphs field on a node type with revisions enabled and
- a fieldblock for the paragraphs field enabled into a theme region.
Manual testing steps:
- Create a node with a simple paragraph with some text.
- Edit the node a second time, modifying some of the text in the paragraph type.
- Edit the node a third time, modyfying even more text.
- Go to the node's Revisions tab
/node/{nid}/revisions
and open all three revisions in new browser tabs.
Before patch:
The fieldblock shows the latest revision of the paragraph on all revisions of the node.After patch:
The fieldblock shows the paragraph with the correct text modifications for each revision.