I have a content type that isn't published by default. If the URL alias is formed from the menupath then the alias is incorrect. If then node is published by default or the alias isn't formed from the menupath it works as expected.
Expected alias: menu-item/page-title
Actual alias: menu-item
Any ideas?
Comments
Comment #1
gregglesNot sure. We have a similar bug in #375424: [menupath-raw] token fails if any enabled module implements hook_node_grants.
I'm not personally motivated to fix this bug, but would certainly review patches (especially if they are combined with simpletests).
Comment #2
gregglesI think this is a duplicate of #339211: [menupath-raw] issue for unpublished nodes.
Comment #3
greggles