dev

Forked from tuleap/dev

Clone or download

Read-only

Refactoring: use common code for artifact link/unlink

Part of story #7511 PlanningV2 - Drag'nDrop backlog items Change-Id: I08543a688dcce19389f0cc9cf8cf33693262b528

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactLinkUpdater.class.php +11 −21 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +1 −3 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/FilterValidContent.class.php +54 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/FilterValidSubmilestones.class.php +58 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneContentUpdater.class.php +8 −95 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +9 −6 Go to diff View file
D plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneSubMilestonesUpdater.class.php +0 −121 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −3 Go to diff View file