Defect #12196
"Page not found" on OK button in SCM "View all revisions" page
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | SCM | |||
Target version: | 2.1.3 | |||
Resolution: | Fixed | Affected version: | 1.4.4 |
Description
http://www.redmine.org/projects/redmine/repository/revisions
Revision set "1" and click OK button,
"Page not found" returns.
Associated revisions
fix "Page not found" on OK button in SCM "View all revisions" page (#12196)
fix "Page not found" on OK button in SCM "View all revisions" page (#12196)
History
#1
Updated by Etienne Massip over 8 years ago
Form method issue, POSTing instead of GETing.
Started POST "/projects/xxxx/repository/revision" for 10.132.21.139 at 2012-10-24 10:01:50 +0200 ActionController::RoutingError (No route matches [POST] "/projects/xxxx/repository/revision"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' ...
#2
Updated by Etienne Massip over 8 years ago
Disagree with your fix, why not change the form method?
#3
Updated by Etienne Massip over 8 years ago
Thank you! =)
#4
Updated by Toshi MARUYAMA over 8 years ago
- Status changed from New to Closed
- Resolution set to Fixed