- 🇺🇦Ukraine id.rem.dev
+1
Works like a charm. One thing is to remove the Todo comment above.
I am getting below error when we save the paragraph form.
The website encountered an unexpected error. Please try again later.
Error: Call to undefined method Drupal\paragraph_blocks\Entity\ParagraphBlocksEntity::getChangedTime() in Drupal\conflict\Entity\ContentEntityConflictHandler->autoMergeNonEditedTranslations() (line 399 of modules/contrib/conflict/src/Entity/ContentEntityConflictHandler.php).
Paragraph entity doesn't have changed time stamp field. So this is the problem.
Enable paragraph & paragraph blocks module.
Create new paragraph type and create new block type. Add new paragraph field in block type.
Create block and attach that block to any node page using layout builder or block field module.
You can see contextual link on block section in node page.
Click edit link and save paragraph form. Then you will receive this error.
I think temporary solution is check the changed field is exist on entity. Any permanent solution would be best.
Needs review
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
+1
Works like a charm. One thing is to remove the Todo comment above.