Project

General

Profile

500 error on Bulk edit

Added by Alexandre Klein over 9 years ago

Hello when i try to do a bulk edit on redmine (change status for multiple issues on)
I have this error :

Started GET "/issues/bulk_edit?ids%5B%5D=71&ids%5B%5D=99&ids%5B%5D=103&ids%5B%5D=190&ids%5B%5D=478&ids%5B%5D=2072" for 192.168.1.18 at 2014-11-03 15:40:04 +0100
Processing by IssuesController#bulk_edit as HTML
Parameters: {"ids"=>["71", "99", "103", "190", "478", "2072"]}
Current user: alexandre.klein (id=54)
Rendered plugins/scrum/app/views/scrum_hooks/issues/_bulk_edit.html.erb (1.0ms)
Rendered issues/bulk_edit.html.erb within layouts/base (14.3ms)
Completed 500 Internal Server Error in 192.0ms

ActionView::Template::Error (undefined method `module_enabled?' for nil:NilClass):
1: <%- if @project.module_enabled?(:scrum) ->
2: <
if @safe_attributes.include?("sprint_id") ->
3: <p>
4: <label for="sprint_id"><
= l(:field_sprint) %></label>
lib/redmine/hook.rb:111:in `block in render_on'
lib/redmine/hook.rb:61:in `block (2 levels) in call_hook'
lib/redmine/hook.rb:61:in `each'
lib/redmine/hook.rb:61:in `block in call_hook'
lib/redmine/hook.rb:58:in `tap'
lib/redmine/hook.rb:58:in `call_hook'
lib/redmine/hook.rb:158:in `call_hook'
app/views/issues/bulk_edit.html.erb:116:in `block in app_views_issues_bulk_edit_html_erb_2725917828291918849_57620920'
app/views/issues/bulk_edit.html.erb:25:in `_app_views_issues_bulk_edit_html_erb__2725917828291918849_57620920'

Connecting to database specified by database.yml
Creating scope :system. Overwriting existing method Enumeration.system.
Creating scope :sorted. Overwriting existing method User.sorted.

Did i had an issue when installed ? or is it a bug ?

Thanks


Replies (1)

RE: 500 error on Bulk edit - Added by Alexandre Klein over 9 years ago

It was on a bulk edit for tasks in a subproject.

    (1-1/1)