stable

Clone or download

Read-only

feat: pass full projects to tracker duplicated event

part of request #39352 Program add to top backlog post-action should ignore Teams No functional change. Project inheritance (creating a project from an existing project you are admin of) should work as before. Why? It removes some primitive obsession. Change-Id: If74d563c3e2b77bfdd225c3b2837ae969d153b34

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +1 −1 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/TrackerEventTrackersDuplicated.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +12 −4 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +3 −3 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerFactoryDuplicationTest.php +31 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerManagerTest.php +2 −2 Go to diff View file