An error occurred while fetching the assigned milestone of the selected merge_request.
Issue #3293978: make cloned paragraphs independent of original inline block
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
Activity
added 4 commits
-
c31b2f09...1886a3b5 - 2 commits from branch
project:1.2.x
- f0d5f2bb - Issue #3293978: make cloned paragraphs independent of original inline block
- c074fa2c - Issue #3293978: add a space for phpcs
-
c31b2f09...1886a3b5 - 2 commits from branch
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') {
Please register or sign in to reply