Actions
Defect #12196
closed"Page not found" on OK button in SCM "View all revisions" page
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
http://www.redmine.org/projects/redmine/repository/revisions
Revision set "1" and click OK button,
"Page not found" returns.
Updated by Etienne Massip about 12 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' ...
Updated by Etienne Massip about 12 years ago
Disagree with your fix, why not change the form method?
Actions