stable

Clone or download

Read-only

Refactoring: extract IMPORT_XML_PROJECT_TRACKER_DONE in an event object

This is part of story #19253 import worklog as timetracking No functional change expected here. This refactoring will ease to know where event params are used and it increase the readability of event methods. Change-Id: I24ee16852be1562e79ada270ff0552c7a924464b

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +9 −8 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.php +9 −13 Go to diff View file
M plugins/frs/include/frsPlugin.php +5 −4 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +8 −7 Go to diff View file
M plugins/timetracking/include/timetrackingPlugin.php +8 −7 Go to diff View file
A plugins/tracker/include/Tracker/XML/Importer/ImportXMLProjectTrackerDone.php +185 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +19 −23 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerXmlImportTest.php +2 −17 Go to diff View file
M src/common/Event/Event.class.php +0 −18 Go to diff View file