Defect #1610
Undefined method 'reset_positions_in_list' for Issue
Status:
Rejected
Priority:
Normal
Category:
Product backlog
Target version:
-
Source:
Development
Detected on version:
Blocked:
No
Alone:
No
Milestones:
Sprint:
Description
After moving items from a sprint to the backlog, this error occurs on product_backlog_controller.rb:208 when attempting to view the backlog. The offending line is:
issue.reset_positions_in_list
To work around this I change that line to be
issue.move_pbi_to('bottom')
Related issues