Hi,

For some reason my feature module with links export always stays override,
I started to investigate and found this code:

// This gets variables for menu_name_cleantitle:link_path format.
if (strstr($identifier, "_")) {
    $link_path = substr($identifier, strpos($identifier, ":") + 1);
    list($menu_name) = explode('_', $identifier, 2);
    $clean_title = substr($identifier, strpos($identifier, "_")  + 1, strpos($identifier, ":") - strpos($identifier, "_") - 1);
  }

As I understand this used when we have "clean" menu name (don't know what clean means), but "_" could be used in URL and not as separator for menu title.

Patch attached

CommentFileSizeAuthor
menu-link-clean-title.patch1.29 KBchingis
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Status: Needs review » Needs work

The last submitted patch, menu-link-clean-title.patch, failed testing.

chingis’s picture

Status: Needs work » Needs review

menu-link-clean-title.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, menu-link-clean-title.patch, failed testing.

hefox’s picture

Status: Needs work » Needs review

menu-link-clean-title.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, menu-link-clean-title.patch, failed testing.

hefox’s picture

Version: 7.x-2.0 » 7.x-2.x-dev
hefox’s picture

Status: Needs work » Needs review

menu-link-clean-title.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, menu-link-clean-title.patch, failed testing.

hefox’s picture

Patch needs to be rerolled