matsuoka-edi / redmine-dmsf

Automatically exported from code.google.com/p/redmine-dmsf
0 stars 0 forks source link

No route error in redmine 1.3.0 #190

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install redmine 1.3.0
2. Install DMSF
3. Enable DMSF in a project
4. Goto "settings" or "DMSF" in the navigation tab.

What is the expected output? What do you see instead?
Error:

ActionView::TemplateError (No route matches {:action=>"user_pref_save", 
:id=>#<Project id: 1, name: "Redmineinstallation", description: "", homepage: 
"", is_public: false, parent_id: nil, created_on: "2011-12-17 11:21:45", 
updated_on: "2011-12-17 11:21:45", identifier: "redmine", status: 1, lft: 7, 
rgt: 8, dmsf_description: nil>, :controller=>"dmsf_state"}) on line #3 of 
vendor/plugins/redmine_dmsf/app/views/dmsf_state/_user_pref.html.erb:
1: <p><strong><%=l(:link_user_preferences)%></strong></p>
2: <div class="box">
3:  <% form_tag({:controller => "dmsf_state", :action => "user_pref_save", :id 
=> @project},
4:      :method=>:post) do %>
5:  <div>
6:      <% 

What version of the DMSF and Redmine are you using? On what browser and
operating
system?
DMSF: 1.3.0 devel
Redmine: 1.3.0.devel.8522

Up to which version of redmine was the plugin reported to run? :)
Only 1.1?

Original issue reported on code.google.com by eugen.f...@gmail.com on 24 Jan 2012 at 1:55

GoogleCodeExporter commented 9 years ago
Runs with Redmine 1.3.0 stable!

Original comment by eugen.f...@gmail.com on 24 Jan 2012 at 2:26