stable
Clone or download
Read-only
Merge commit 'refs/changes/64/21164/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #18487 Artifacts from deleted trackers must not be retrieved in hierarchy Change-Id: Icaaa062aacbac61380180f2d2c3f03ffa74279d5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneDao.class.php | +18 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/MonoMilestone/MonoMilestoneBacklogItemDao.php | +2 | −0 | Go to diff View file |
M | plugins/artifactsfolders/include/Folder/Dao.php | +2 | −1 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/ArtifactDao.php | +16 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php | +17 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkFieldValueDao.php | +7 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureDao.php | +2 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureIsChildLinkRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchyDAO.php | +15 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchyFactory.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +1 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyFactoryTest.php | +34 | −0 | Go to diff View file |