stable
Clone or download
Read-only
This is part of story #11347 have a UI to accesss Move artifact Change-Id: I450e5723e936f1b996bfa4de3011bce6e0f6210b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Semantic/MoveChangesetXMLUpdater.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Semantic/MoveChangesetXMLUpdaterTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/BeforeMoveArtifact.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/Move/FeedbackFieldCollector.php | +2 | −2 | Go to diff View file |
A | plugins/tracker/include/Tracker/Action/Move/FeedbackFieldCollectorInterface.php | +36 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Action/Move/NoFeedbackFieldCollector.php | +48 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/MoveArtifact.php | +4 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Events/MoveArtifactParseFieldChangeNodes.php | +4 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/MoveChangesetXMLUpdater.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Action/BeforeMoveArtifactTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/XML/Updater/MoveChangesetXMLUpdaterTest.php | +2 | −2 | Go to diff View file |