Skip to content
Snippets Groups Projects

Issue #3293978: make cloned paragraphs independent of original inline block

Merged Issue #3293978: make cloned paragraphs independent of original inline block
1 unresolved thread
1 unresolved thread

Checkpoints

  • File an issue
  • Addition/Change/Update/Fix
  • Merge request
  • Testing to ensure no regression
  • Automated unit testing coverage
  • Automated functional testing coverage
  • UX/UI designer responsibilities
  • Readability
  • Accessibility
  • Performance
  • Security
  • Documentation
  • Code review by maintainers
  • Full testing and approval
  • Credit contributors
  • Review with the product owner

Closes #3293978

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
139 139 $value = $entity_field->getValue();
140 140 // Handle Paragraph as special case as it does not support
141 141 // referencedEntities(), check issue #3089724, also it uses revision id.
142 $this->cloneReferencedParagraphsEntities($field_key, $entity_field, $entity);
142 // Only call cloneReferencedParagraphsEntities for paragraph fields.
143 if ($entity_field->getSetting('target_type') && $entity_field->getSetting('target_type') == 'paragraph') {
  • Jess Straatmann added 3 commits

    added 3 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading