autosave_form.settings must have a langcode because it contains translatable values

Created on 30 October 2024, about 2 months ago

Problem/Motivation

Autosave Form's settings object contains translatable values, but doesn't have a langcode property. This causes it to fail config validation in newer versions of Drupal, which you can see if you apply a recipe that includes Autosave Form. You'll get an error like this:

Schema errors for autosave_form.settings with the following errors: 0 [] The autosave_form.settings config object must specify a language code, because it contains translatable values.

Proposed resolution

Add langcode: en to the shipped config file.

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇺🇸United States phenaproxima Massachusetts

Live updates comments and jobs are added and updated live.
  • Starshot blocker

    A potential blocker for Drupal Starshot. More information: http://www.drupal.org/project/starshot

Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024