You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'The text was updated successfully, but these errors were encountered: