Problem/Motivation
Drupal 9.5.4
dropdown_language 3.1.0
Configure the block to use: "Native Name, Language Name used as title attribute"
See the following PHP notice:
Notice: Undefined index: language in Drupal\dropdown_language\Plugin\Block\DropdownLanguage->build() (line 195 of modules/contrib/dropdown_language/src/Plugin/Block/DropdownLanguage.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3347370-2.patch | 961 bytes | adil_siddiqui |
Issue fork dropdown_language-3347370
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 #2
adil_siddiqui commentedPatch created
Comment #3
anybodyRTBC for #2 from looking at the code. Should be fixed asap with a new stable release please.
I guess 4.x is also affected?
Comment #4
anybodyThis is also highly related to the other issues, but not the same.
Comment #6
skaughtthanks. i see my email is exploding. releasing 3.1.2
Comment #8
anybodyThanks @SKAUGHT, please have a look at #3344286: $links variable can be undefined when only one language present , the links I posted there and the MR. I think that's the core problem... but there are several issues around this.
Comment #9
anybody