FWIW: As a work-around for those seeing permissions disappearing, adding a role mapping in the openid_connect/settings page, saving, and then removing it and saving again updates the settings to remove all empty values (as the patch does) and avoids the problem.
FWIW - this may be a backward compatibility issue. I used a prior version of this module w/o issue but the 4.1.0 version gave me the warning above. Looking at the code for my form I had
$form['QDR']['profile_qdr_institution_type']['#other'] = t('Other (please type a value)');
.
Changing that to
$form['QDR']['profile_qdr_institution_type']['#other_option'] = t('Other (please type a value)');
resolved the warning.
Alternately, changing line 141 to use '#other' (not '#option' as proposed above) also resolved the issue.
Sorry - I think this depends on the resolution of https://www.drupal.org/project/openid_connect/issues/3342661 β¨ Enable plugins to override the url_options in authorize method Closed: duplicate . I've applied the openid_connect.url_options_alter.3342661-2.patch locally.
Sorry - I think this depends on the resolution of https://www.drupal.org/project/openid_connect/issues/3342661 β¨ Enable plugins to override the url_options in authorize method Closed: duplicate . I've applied the openid_connect.url_options_alter.3342661-2.patch locally.
Sorry - I think this depends on the resolution of https://www.drupal.org/project/openid_connect/issues/3342661 β¨ Enable plugins to override the url_options in authorize method Closed: duplicate . I've applied the openid_connect.url_options_alter.3342661-2.patch locally.
Sorry - I think this depends on the resolution of https://www.drupal.org/project/openid_connect/issues/3342661 β¨ Enable plugins to override the url_options in authorize method Closed: duplicate . I've applied the openid_connect.url_options_alter.3342661-2.patch locally.
Sorry - I think this depends on the resolution of https://www.drupal.org/project/openid_connect/issues/3342661 β¨ Enable plugins to override the url_options in authorize method Closed: duplicate . I have applied openid_connect.url_options_alter.3342661-2.patch locally.
qqmyers β created an issue.