Problem/Motivation

When going to the settings form I noticed a few... notices :-P spamming my screen.

Notice: Trying to access array offset on value of type null in Drupal\openid_connect\Form\OpenIDConnectSettingsForm->buildForm() (line 206 of modules/contrib/openid_connect/src/Form/OpenIDConnectSettingsForm.php).
Drupal\openid_connect\Form\OpenIDConnectSettingsForm->buildForm(Array, Object)
call_user_func_array(Array, Array) (Line: 532)

After saving the form once the notices went away.

Steps to reproduce

Proposed resolution

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:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BramDriesen created an issue. See original summary.

JeroenT made their first commit to this issue’s fork.

JeroenT’s picture

Status: Active » Needs review

I had the same problem.

The role_mappings property is missing from the config that is installed when the module is enabled.

BramDriesen’s picture

Status: Needs review » Reviewed & tested by the community

Looking good!

jcnventura’s picture

Indeed.

  • jcnventura committed 9b213bb on 2.x authored by JeroenT
    Issue #3229259 by JeroenT, BramDriesen, jcnventura: Notice: Trying to...
jcnventura’s picture

Status: Reviewed & tested by the community » Fixed
BramDriesen’s picture

Thanks!

Status: Fixed » Closed (fixed)

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