Project

General

Profile

Error as Manager editing a Project Redmine 3.3.0 from github

Added by Thomas Ott over 7 years ago

Hello,

I have a redmine 3.3.0 from Github on branch 3.3-stable rev 30223b3
The system is a Debian with nginx 1.9.10 and thin 1.7.0

My Error is, if I login with a non-admin User with default "Manager" Privileges and go to the project settings page I get a 500error.

This are the output in the Logfile:

Processing by ProjectsController#settings as HTML
Parameters: {"id"=>"test-und-spiel-projekt_m-frey"}
Current user: test (id=100)
Rendered projects/settings.html.erb within layouts/base (5.9ms)
Completed 500 Internal Server Error in 39ms (ActiveRecord: 7.2ms)

ActionView::Template::Error (undefined method `any?' for nil:NilClass):
1: <h2><%=l(:label_settings)%></h2>
2:
3: <%= render_tabs project_settings_tabs >
4:
5: <
html_title(l(:label_settings)) -%>
app/helpers/application_helper.rb:320:in `render_tabs'
app/views/projects/settings.html.erb:3:in `_app_views_projects_settings_html_erb___3230507746599166406_117457900'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'

Is this a bug or what can I do to get this fixed?

Regards,
Thomas