- 🇧🇪Belgium dieterholvoet Brussels
We're encountering the same issue. I noticed it only happens when the paragraph type is translatable. I also noticed that in
Drupal\paragraphs_edit\Form\ParagraphEditForm::save()
, if I change the method to execute$this->entity->save()
instead of$this->lineageRevisioner()->saveNewRevision($this->entity)
, the changes do persist. This means that something goes wrong while creating a new revision.