Problem/Motivation
Further to the issue https://www.drupal.org/project/multiselect/issues/2188473, the multi-select type "list_number" has been replaced with "list_integer" from 8.1.x but the hook multiselect_help mentions support for "list_number" and it seems to have not been replaced yet.
Proposed resolution
We should replace the instance of "list_number" with "list_integer" in the above hook so as to avoid any confusion.
Issue fork multiselect-3329646
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
klonosYes, it seems that "list_text" has been replaced with "list_string" in D8+ versions. See: https://git.drupalcode.org/project/multiselect/-/blob/2.x/src/Plugin/Fie...
I'll provide a merge request for this shortly.
Comment #4
klonosPR ready for review: https://git.drupalcode.org/project/multiselect/-/merge_requests/2
Note that I've removed instances of "CCK", since that's a remnant of the D6 era and not a thing in recent versions of Drupal, and I also changed some unnecessary capitalization mid-sentence.
Comment #7
mandclu commentedThanks for identifying this, and for providing a fix. Nice work!
Comment #9
kristen polThanks for working on this.
@mandclu Should @ameymudras get credit for creating the issue?