On the bottom of the "Block specific settings" fieldset in the Multistep Menu block for each content type, there is a section labelled "Group list", containing a link to the "Manage fields" tab of the content type in question. That link won't work when the name of the content type contains underlines - for example when it is called "my_content_type".
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | multistep-1288486.patch | 1.46 KB | roball |
Comments
Comment #1
roball commentedThe attached patch against the 6.x-1.x branch fixes this bug. It replaces all occurrences of an underline by a hyphen. This is the way Drupal uses content type names in URLs.
Comment #2
roball commentedIs the D6 version of Multistep no longer supported? Or is there any other reason why those patches don't get reviewed (currently for 7 months after submission)?