Problem/Motivation

The exclude_uid_1 is an obsolete settings parameter which was replaced by the roles functionality at #3396895 and makes the configuration form fail with the following message:

Warning message
Schema errors for cookiebot.settings with the following errors: cookiebot.settings:exclude_uid_1 missing schema. These errors mean there is configuration that does not comply with its schema. This is not a fatal error, but it is recommended to fix these issues. For more information on configuration schemas, check out the documentation.

Steps to reproduce

  1. Install module
  2. Go to the Cookiebot configuration page /admin/config/cookiebot
  3. Save the configuration
  4. Check the warning message

Proposed resolution

Just remove the unused parameter in cookiebot.settings.yml file.

Issue fork cookiebot-3553840

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

pakmanlh created an issue. See original summary.

pakmanlh’s picture

Issue summary: View changes
Status: Active » Needs review

bramdriesen’s picture

Status: Needs review » Reviewed & tested by the community

Thanks. Looks good to me.

  • bramdriesen committed 7a9f3484 on 8.x-1.x authored by pakmanlh
    [#3553840] feat: Obsolete configuration parameter exclude_uid_1 should...
bramdriesen’s picture

Status: Reviewed & tested by the community » Fixed

Will tag a release shortly

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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