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

Doesn't work in 3.X #12

Open tomsparks opened 9 years ago

tomsparks commented 9 years ago

This plugin doesn't work in 3.x Attempting to configure the plugin results in this error: Current user: tomsparks (id=3) method=GET path=/settings/plugin/redmine_auto_assigned_user format=html controller=settings action=plugin status=500 error='ActionView::Template::Error:wrong number of arguments (1 for 0)' duration=9.99 time=2015-04-09 14:04:36 -0700

ActionView::Template::Error (wrong number of arguments (1 for 0)): 1: <%- 2: roles = Role.all(:order => "position ASC") 3: selected = @settings['client_roles'].collect(&:to_i) unless @settings['client_roles'].blank? 4: selected ||= [] 5: -%> app/views/settings/plugin.html.erb:6:in block in _app_views_settings_plugin_html_erb__604080967487944955_17265625940' app/views/settings/plugin.html.erb:4:in_app_views_settings_plugin_html_erb__604080967487944955_17265625940'

hanh45 commented 9 years ago

i have same issue

piolty commented 7 years ago

Hi all! Is there any news about that issue? I'd like to install this plugin under 3.3 version.

Thanks a lot!