stable

Clone or download

Read-only

Create parent from dropdown in backlog view

This is part of story #10759 create a parent in planning view The ability to create a parent from Pv2 is only possible in the backlog view (left part of the planning page). A parent can always be created except when it's backlog item in a sub-planning. Change-Id: I10b55cb490706993efcf265d87041793631ffecb

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneRepresentationBuilder.class.php +13 −2 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Milestone/ParentTrackerRetriever.php +78 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php +5 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +5 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php +6 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
A plugins/agiledashboard/tests/include/AgileDashboard/Milestone/ParentTrackerRetrieverTest.php +207 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/po/fr.po +8 −3 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/po/template.pot +8 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.js +11 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog.tpl.html +23 −7 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/milestone-rest/milestone-service.js +3 −1 Go to diff View file
M tests/rest/tests/MilestonesTest.php +16 −2 Go to diff View file