Description

Goto macro should redirect to new page. Instead it just send the new page content. Then if you try to attach a file, you attach the file the page where goto macro is, not to the target page.

  1. Enter FrontPage in the goto macro bellow

  2. Click Go To Page then try to attach a file or get info, or show changes.

Details

MoinMoin Version

This wiki

Workaround

Discussion

This is exactly the problem with search, and maybe other places in the code. Maybe we see these problems now because of actions menu using the current page url as base for all actions - which make sense.

Note the wrong url in the browser url box. You should see /FrontPage, but instead you see /MoinMoinBugs/GotoShouldRedirect

We can add a page name to the action in action menu form, instead of "", but seems that the correct solution is use request.http_redirect() in any case you want to redirect.

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/GotoShouldRedirect (last edited 2007-10-29 19:12:43 by localhost)