stable

Clone or download

Read-only

Let the user choose if the children must be copied

This changeset removes the artifact link field (which was displayed in read only mode) and transforms the submit button into a split button so that the user can choose if she wants to copy only the artifact or the artifact and its kinship. If the artifact has no children, then there is only one button [Copy]. Part of story #6855: artifact copy: Recursive copy Change-Id: I14263f2e9560e20f48f95ccbf15d3cb1e660e69d

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Renderer/ArtifactRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php +28 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +1 −14 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +9 −1 Go to diff View file
A plugins/tracker/include/Tracker/XMLExporter/NullChildrenCollector.php +43 −0 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +1 −0 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +3 −3 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +3 −3 Go to diff View file
A plugins/tracker/www/scripts/CopyArtifact.js +36 −0 Go to diff View file