I am not sure if this is a pathauto issue or a token issue. I'm pretty sure it's not an admin_menu issue. Token issue found here: http://drupal.org/node/295177
Modules
Drupal - 6.4
Pathauto - 6.x-2.x-dev 2008-Aug-13
Token - 6.x-1.x-dev 2008-Aug-02
admin_menu - 6.x-1.x-dev 2008-Aug-09
Steps to Reproduce
- Enable Pathauto
- Go to admin/build/path/pathauto
- Set the Pattern for all Page paths under node path settings to [menupath-raw]
- Save Configuration
- Create a new page
- Title: Menu1
- Menu link title: Menu1
- Parent Item: Primary links
It seems when either pathauto or token looks for the menu path of the node it looks for node/1 and finds the admin_menu path for the homepage in the menu_links table which in this case is node/1 and link_title was the drupal icon image.
Comments
Comment #1
redndahead commentedHere is a link to an issue for admin_menu to use the absolute path instead of the relative one to avoid conflicts.
http://drupal.org/node/295476
Comment #2
redndahead commentedThis seems to be a token issue at best. Marking as won't fix,