Defect #1609
Backlog is not refreshed after moving PBI to bottom
Source:
Testing
Detected on version:
Blocked:
No
Alone:
No
Milestones:
Sprint:
Description
After moving PBI to backlog top, the view is refreshed, but after moving PBI to bottom it is not.
The error is in scrum\app\views\scrum\move_pbi.js.erb file. Line 5
<%- elsif @position == 'top' -%>
should be
<%- elsif 'top,bottom,before,after'.include? @position -%>
Updated by Emilio González Montaña almost 2 years ago
- Target version set to Scrum v0.23.1
- Status changed from New to Resolved
Thanks for the error report & the fix!