Project

General

Profile

Defect #1609

Backlog is not refreshed after moving PBI to bottom

Added by Piotr Grondziowski over 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Category:
Product backlog
Target version:
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 -%>

#1

Updated by Emilio González Montaña about 1 year ago

  • Target version set to Scrum v0.23.1
  • Status changed from New to Resolved

Thanks for the error report & the fix!

Also available in: Atom PDF