Eyepea / redmine_auto_assigned_user

If an user forget to assign the issue, this plugin will auto-assign to the project manager.
25 stars 15 forks source link

Error occured: ActionView::Template::Error #7

Closed logical-and closed 12 years ago

logical-and commented 12 years ago

Whats is the trouble? Thanks!

Environment:
  Redmine version                          2.0.2.stable
  Ruby version                             1.9.3 (x86_64-linux)
  Rails version                            3.2.5
  Environment                              production
  Database adapter                         Mysql2
ActionView::Template::Error (Missing partial settings/auto_assigned_user_settings with {:locale=>[:ru, :en], :formats=>[:html], :handlers=>[:erb, :builder, :rsb, :rjs]}. Searched in:
  * "/var/www/redmine/plugins/redmine_importer/app/views"
  * "/var/www/redmine/plugins/redmine_auto_assigned_user/app/views"
  * "/var/www/redmine/app/views"
):
    3: 
4: <%= form_tag({:action => 'plugin'}) do %> 5:
6: <%= render :partial => @partial, :locals => {:settings => @settings}%> 7:
8: <%= submit_tag l(:button_apply) %> 9: <% end %> app/views/settings/plugin.html.erb:6:in `block in _app_views_settings_plugin_html_erb__1233964790738922469_53352740' app/views/settings/plugin.html.erb:4:in `_app_views_settings_plugin_html_erb__1233964790738922469_53352740'
ludovic-gasc commented 12 years ago

The plugin isn't adapted for Redmine 1.4+ as commented here: #6