Project

General

Profile

Defect #1583

Error when loading backlog: NoMethodError (undefined method `reset_positions_in_list' for #<Issue:0x00007fab205fd390>):

Added by Cyril Poulet almost 4 years ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Category:
Product backlog
Target version:
Source:
Customer
Detected on version:
Blocked:
No
Alone:
Yes
Milestones:
Sprint:

Description

from production.log :

Started GET "/projects/environnement-de-webconf-securise/product_backlog" for XX.XX.XX.XX at 2020-06-12 15:16:10 +0200
Processing by ProductBacklogController#index as HTML
  Parameters: {"project_id"=>"environnement-de-webconf-securise"}
  Current user: aaaa.bbb (id=34)
Redirected to https://redmine.canton-consulting.com/product_backlog/26
Completed 302 Found in 26ms (ActiveRecord: 6.0ms)
Started GET "/product_backlog/26" for 82.66.49.25 at 2020-06-12 15:16:10 +0200
Processing by ProductBacklogController#show as HTML
  Parameters: {"id"=>"26"}
  Current user: aaaa.bbb (id=34)
Completed 500 Internal Server Error in 123ms (ActiveRecord: 9.3ms)

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

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:65:in `sudo_mode'

Installed Redmine :
Redmine version 4.1.1.stable
Ruby version 2.5.5-p157 (2019-03-15) [x86_64-linux-gnu]
Rails version 5.2.4.2
Environment production
Database adapter PostgreSQL
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp

(I am the one that created this issue on advanced_roadmap : https://redmine.ociotec.com/issues/1580)


Related issues

Has duplicate Scrum - Defect #1610: Undefined method 'reset_positions_in_list' for IssueRejectedActions
Has duplicate Scrum - Defect #1603: Displaying backlog gives Internal errorRejectedActions
Has duplicate Scrum - Defect #1600: Displaying backlog gives 500 errorRejectedActions

Also available in: Atom PDF