stable
Clone or download
Read-only
request #9575: Item draggable detection improvement
How to test this: For backlog items - in the top backlog planning - in a milestone (e.g. release, sprint) - in another backlog item (e.g. task child of user story) When you click - on a link, - on the "move to top" or "move to bottom" buttons, - in the dropdown to add a child - in the dropdown to edit this item Then the backlog item will not be draggable. It would be draggable without this patch. This should prevent issues where it was possible to accidentally change the priority of user stories while adding tasks for them. Change-Id: I007cd019683cc47b6eb6bf1d28031157e6615425
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-controller.js | +10 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.tpl.html | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.js | +5 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-controller.js | +5 | −4 | Go to diff View file |