Problem/Motivation
When saving the Language Content Settings form (`/admin/config/regional/content-language`) without making any changes, Drupal creates hundreds of unnecessary `core.base_field_override.*` configuration entities for entity types and bundles that are **not translatable**
Steps to reproduce
Enable the Content Translation module
Visit `/admin/config/regional/content-language`, Click "Save configuration" without making any changes
Create a new taxonomy which is not translatable
Visit `/admin/config/regional/content-language`, Click "Save configuration" without making any changes
Run `drush config:export --diff`
Issue fork drupal-3570351
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
alorencComment #5
andras_szilagyi commentedThe solution looks correct to me, also works as expected, glad to see it addressed. Just needs attention with failed pipeline on the main
Comment #6
alorencI've re-merged the main branch because it seems the previous version had some test bugs.
Comment #7
alorencComment #8
andras_szilagyi commentedLooks good
Comment #12
catchThis looks right to me.
Committed/pushed to main and 11.x, thanks!