Vote #72701
完了"Page not found" on OK button in SCM "View all revisions" page
0%
説明
http://www.redmine.org/projects/redmine/repository/revisions
Revision set "1" and click OK button,
"Page not found" returns.
journals
Form method issue, POSTing instead of GETing.
<pre>
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'
...
</pre>
--------------------------------------------------------------------------------
Disagree with your fix, why not change the form method?
--------------------------------------------------------------------------------
Thank you! =)
--------------------------------------------------------------------------------
Committed in trunk r10709, 2.1-stable r10710, and 1.4-stable r10711.
--------------------------------------------------------------------------------