You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When project A is a sub-node of project B, backlog page sprint is as follows:
Sprint-X
story-a
story-b
story-c
story-d
and each story line keeps project-id the story refers, while RB.constants.project_versions which map (*a) above.
When Sprint-X belongs to project-B (parent of project-A), drag story-a --> project-A --> d RB.constants.project_versions[project-A] doesn't contain Sprint-X. This is why story-a and story-b are not enabled to drag on mouseDown.
The text was updated successfully, but these errors were encountered:
When projects are tree structure and each story points to sub-tree, drag&drop on
backlog
page doesn't work.lib/backlogs_project_patch.rb adds
droppable_sprints
method which generates like the following data-structure (*a):When project A is a sub-node of project B, backlog page sprint is as follows:
and each story line keeps project-id the story refers, while RB.constants.project_versions which map (*a) above.
When Sprint-X belongs to project-B (parent of project-A), drag story-a --> project-A --> d RB.constants.project_versions[project-A] doesn't contain Sprint-X. This is why story-a and story-b are not enabled to drag on mouseDown.
The text was updated successfully, but these errors were encountered: