stable

Clone or download

Read-only

Replace hierarchy check by _is_child in SQL queries

This is part of story #18857 define any type of artifact as children No functional change expected here. All must work as before in: * Artifact parent/child relationship * Agiledashboard helpers, child cards, parent link in cards, planning trackers based on hierarchy ... * Display in cardwall/taskboard * Burnup computation * Tracker triggers Change-Id: If56f120948b1d05c709c400edc5f0a2d8d565c06

Modified Files

Name
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/AgileDashboard_Milestone_Backlog_BacklogItemCollectionFactoryTest.php +4 −2 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/ListOfDefinitionsForCampaignRetrieverTest.php +12 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Artifact.php +2 −26 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactChildPresenter.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +20 −22 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +60 −74 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureIsChildLinkRetriever.php +2 −2 Go to diff View file