Problem/Motivation
Drupal 11.3 introduced a change requiring config constraints to use named arguments: https://www.drupal.org/node/3554746
This is especially important as it can lead to a fatal error if not updated.
Steps to reproduce
Inspect the configuration on Drupal 11.3 using the config inspector module, it should result in a crash or deprecation warning.
Proposed resolution
Use named arguments for the constraint
Remaining tasks
Provide MR
Issue fork sitewide_alert-3567470
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 #3
codebymikey commentedComment #6
codebymikey commentedIf applying the patch on 3.0.1, you also need the #3538596: Incorrect name for schema file patch to be applied beforehand.
Comment #8
smustgrave commentedThanks!