stable
Clone or download
Read-only
`\Tracker_ArtifactFactory::createArtifact` returns Artifact|false `\Tuleap\Tracker\Artifact\Creation\TrackerArtifactCreator::create` returns Artifact|null In order to be able to remove \Tracker_ArtifactFactory::createArtifact`, we need first to make sure that it returns the same type: `?Artifact`. No functional changes. Part of request #36805: Kanban item not found when creating a card in Kanban Change-Id: I99208f5f65b696503ba15070323a862a93b0d642
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/REST/Artifact/ArtifactCreator.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CreateArtifact.class.php | +1 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CreateArtifactFromModal.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php | +3 | −12 | Go to diff View file |