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".

CommentFileSizeAuthor
#1 multistep-1288486.patch1.46 KBroball

Comments

roball’s picture

Status: Active » Needs review
StatusFileSize
new1.46 KB

The 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.

roball’s picture

Is 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)?