Problem/Motivation

Drupal 10.2 introduced a change to ConfigFormBase::__construct() that affects this module's configuration form.

Change record: New parameter added to \Drupal\Core\Form\ConfigFormBase::__construct

Steps to reproduce

Trying to load the module settings form on D11 causes a fatal error.

Proposed resolution

Add additional parameter to config form class.

Remaining tasks

User interface changes

API changes

Data model changes

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

joegraduate created an issue. See original summary.

joegraduate’s picture

Issue summary: View changes

joegraduate’s picture

Status: Active » Needs review
joegraduate’s picture

shelane’s picture

We'll have to change support to a minimum of 10.2 for this. I don't have a problem with that. In some cases a new branch/version has been done for this and in some cases it has stayed on the same. If we ever do need to fix anything with a D9 compatible version, then we will need to cut a new branch and 2.0 version.

  • joegraduate committed 61dc293e on 2.x
    Issue #3469831: New parameter added to \Drupal\Core\Form\ConfigFormBase...
shelane’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.