i'm using the actual release from today/yesterday.
if i enter an path, which has been aliased by the path module the help isn't shown.

if i change the path to the original path (zB node/nid), it does its job.

CommentFileSizeAuthor
#2 urlalias.patch860 bytesfago

Comments

Aran Deltac’s picture

Category: bug » feature

Yep, thats expected. helpedit.module doesn't try to detect path.module settings, so helpedit.module only recognizes the "real" path of somethign whether or not there is an alias for it. I'll update the docs to note this. If you are interested in adding the feature to detect aliases, I would welcome a patch!

fago’s picture

StatusFileSize
new860 bytes

here is it :)