Problem/Motivation

extlink.settings contains translatable values, so it must have a language code. https://www.drupal.org/node/3427629

Steps to reproduce

This is checked by LangcodeRequiredIfTranslatableValuesConstraint.

\Drupal::service('config.typed')->createFromNameAndData(
    'extlink.settings',
    \Drupal::service('config.factory')->get('extlink.settings')->get()
)->validate();

Proposed resolution

Add langcode to the default configuration and add it to existing config in an update hook.

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork extlink-3583301

Command icon 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

travis-bradbury created an issue. See original summary.

travis-bradbury’s picture

Status: Active » Needs review