Project

General

Profile

Defect #1600

Displaying backlog gives 500 error

Added by Hermann Klocker-Mark over 2 years ago. Updated about 1 year ago.

Status:
Rejected
Priority:
High
Category:
-
Target version:
-
Source:
Development
Detected on version:
Blocked:
No
Alone:
No
Milestones:
Sprint:

Description

My log file says:

Started GET "/product_backlog/8" for 77.119.211.137 at 2021-06-28 07:27:57 +0200
Processing by ProductBacklogController#show as HTML
  Parameters: {"id"=>"8"}
  Current user: admin (id=1)
Completed 500 Internal Server Error in 61ms (ActiveRecord: 6.2ms)

NoMethodError (undefined method `reset_positions_in_list' for #<Issue:0x00007f116911ff68>):

plugins/scrum/app/controllers/product_backlog_controller.rb:208:in `check_issue_position'
plugins/scrum/app/controllers/product_backlog_controller.rb:214:in `block in check_issue_position'
plugins/scrum/app/controllers/product_backlog_controller.rb:213:in `check_issue_position'
plugins/scrum/app/controllers/product_backlog_controller.rb:202:in `check_issue_positions'
lib/redmine/sudo_mode.rb:61:in `sudo_mode'

Different from previous issue as my role is Manager.

BTW: the "same" error occurs on your website when clicking backlogs menu item.


Related issues

Is duplicate of Scrum - Defect #1583: Error when loading backlog: NoMethodError (undefined method `reset_positions_in_list' for #<Issue:0x00007fab205fd390>):ResolvedActions

Also available in: Atom PDF