When using Forward with views that allow Path arguments, the '%' character in Forward's path does not get resolved to the actual argument, thus breaking forwarding. For example, a Page view with Path set to 'topics/%' takes a parameter Foo, but the page /topics/Foo will have its Forward link point to /forward?path=topics/%

I fixed it with the attached patch, but was wondering what was the reason for not using $path = $_GET['q']; in forward_help() in the first place?

CommentFileSizeAuthor
forward.patch474 bytesadzio

Comments

adzio’s picture

Status: Active » Needs review

Adding to patch queue.

seanr’s picture

Status: Needs review » Fixed

Fixed in CVS, should show on d.o some time tonight. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.