Problem/Motivation
For sites that have multiple languages enabled, the fields are essentially stored multiple times in the database (i.e. "en", "es", "fr", etc.). Expand the current functionality for Bulk Copy Fields to handle the use case where these translated field values (per selected entities) should be copied as well.
Proposed resolution
Expand the BulkCopyFields class to support copying not only the fields ("en" -- or site default), but all other translated versions of the fields.
Remaining tasks
Work with module maintainers to determine scope/effort.
Create patch to get the translated field values copied as well.
User interface changes
N/A
API changes
N/A
Data model changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2950230-2.patch | 10.08 KB | el1_1el |
Comments
Comment #2
el1_1el commentedIve added this feature. The attached patch requires the patch at https://www.drupal.org/project/bulk_copy_fields/issues/2950228#comment-1.... Both are being committed to dev branch.
Comment #4
el1_1el commented