stable

Clone or download

Read-only

Replace TRACKER_EVENT_ARTIFACT_DELETE by an event class

The fact that creations and updates are propagated with an event class but not the deletions is not consistant. No functional change. Part of story #18408: plan Features in Program Increment Change-Id: Ic135b0f06bb8368de24374e94999a47b95547721

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +5 −4 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +4 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletor.php +6 −11 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Event/ArtifactDeleted.php +50 −0 Go to diff View file
M plugins/tracker/include/constants.php +0 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletorTest.php +9 −8 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Artifact/Event/ArtifactDeletedTest.php +41 −0 Go to diff View file