Description
When you have renamed a page and select an action from the drop down box, the wrong page is referenced. This is due to the fact that the new URL does not contain the new pagename in the path but the dropdown code relies on this behavior.
See also: ../GotoShouldRedirect, ../SearchShouldRedirect
Example
Details
MoinMoin Version |
this wiki |
Workaround
Discussion
All code that want to show the content of another page must redirect to that page. Calling send_page on another page menas user confusion.
Should use same fix as MoinMoinBugs/SearchShouldRedirect
Plan
- Priority:
- Assigned to:
- Status: fixed in patch-287