Problem/Motivation
Currently, the id attribute for the form_mode_container form element is an array, but it should be a string. The id attribute may be used in theme suggestions, and having the id as an array may cause fatal errors.
Proposed resolution
Change the id attribute to a string.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | forms_steps-form_attribute_issue-3386999-5.patch | 468 bytes | id.aleks |
Issue fork forms_steps-3386999
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:
- forms_steps-3386999
changes, plain diff MR !16
- 3386999-the-formmodecontainer-form
changes, plain diff MR !15
Comments
Comment #5
id.aleks commentedI have created MR. Also adding a patch.
Comment #6
id.aleks commentedComment #7
id.aleks commentedComment #9
nicoloye commentedPatch is working fine, thanks!
Comment #11
nicoloye commentedPush to dev branch. Ready for next release.