stable

Clone or download

Read-only

Update parent on backlog item card

Part of story #10738 have the list of parents when I edit a backlog item Test with https://gerrit.tuleap.net/#/c/10324/ How to test: - Checkout the artifact-modal repo - Build the artifact modal (npm run build) - Make a symbolic link from the modal to planning-v2/vendor/artifact-modal - Build PV2 (npm run build) - When you create / edit an artifact and choose a parent, it should appear on the card Change-Id: I84524f876b123c98e3122fdb3d350a09b0f26b9a

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/IBacklogItem.class.php +11 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +15 −5 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js +5 −8 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js +41 −64 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-collection/backlog-item-collection-service.js +18 −18 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.js +10 −14 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.spec.js +22 −29 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.js +11 −17 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.spec.js +33 −42 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/webpack.config.js +2 −0 Go to diff View file