- πΊπ¦Ukraine vlad.dancer Kyiv
vlad.dancer β made their first commit to this issueβs fork.
- Open on Drupal.org βCore: 10.0.7 + Environment: PHP 8.1 & MySQL 8last update
almost 2 years ago Not currently mergeable. - @vladdancer opened merge request.
- last update
almost 2 years ago 2 pass - last update
almost 2 years ago 2 pass - Status changed to Needs review
almost 2 years ago 6:17pm 17 June 2023 - πΊπ¦Ukraine vlad.dancer Kyiv
@Anybody, @Leon Kessler I applied patch and changed CorrespondingReferenceForm::getReferenceFieldMap to merge resulting array recursively:
array_merge_recursive($entity_reference_map, $dynamic_reference_map);
to prevent throwing away multiple references per one entity type.I have ECK entity Person that includes two references: content reference (dynamic entity reference), user reference (default)
Here is example: https://monosnap.com/file/36HDVWg9e1s7fAhn32sTC2AQBA2cFQ - Status changed to Needs work
5 days ago 9:25pm 15 April 2025 - πΊπΈUnited States erutan
This doesn't apply cleanly to beta4. It applied to beta3, but applying https://www.drupal.org/project/cer/issues/2846318#comment-14841353 π Complete Synchronization functionality for existing reference values Needs work beforehand would also have it fail to apply.