Project

General

Profile

Defect #1600

Updated by Emilio González Montaña almost 3 years ago

My log file says: 

 <pre> 
 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' 
 </pre> 

 Different from previous issue as my role is Manager. 

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

Back