stable
Clone or download
Read-only
story #8833: copy artifact with its children using nature
Copy artifact relies on nature 'is_child' instead of tracker hierarchy when the project allows it. -activate the nature feature in a project -create an artifact whith '_is_child' artifact links -copy this artifact with its children Change-Id: I5a7b411a96649c35a894e78bd9364a77809eb7a8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php | +5 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php | +14 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporter.class.php | +9 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporterTest.php | +128 | −14 | Go to diff View file |