stable

Clone or download

Read-only

Collect partially migrated fields

This is part of story #11347 have a UI to accesss Move artifact Fields with at least one value in its history that cannot be moved (list field for instance) are marked as partially migrated in dry_run. Change-Id: I18058656d29a1a513f9c40b2092e827f24447f75

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Semantic/MoveChangesetXMLUpdater.php +20 −5 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +3 −2 Go to diff View file
M plugins/agiledashboard/phpunit/AgileDashboard/Semantic/MoveChangesetXMLUpdaterTest.php +38 −5 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactPatchDryRunFieldsResponseRepresentation.php +9 −0 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Action/Move/FeedbackFieldCollector.php +26 −0 Go to diff View file
M plugins/tracker/include/Tracker/Action/MoveArtifact.php +29 −12 Go to diff View file
M plugins/tracker/include/Tracker/Events/MoveArtifactParseFieldChangeNodes.php +20 −4 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/MoveChangesetXMLUpdater.php +39 −12 Go to diff View file
M plugins/tracker/phpunit/Tracker/XML/Updater/MoveChangesetXMLUpdaterTest.php +82 −8 Go to diff View file
M plugins/tracker/tests/rest/ArtifactsActions/ArtifactsActionsTest.php +1 −0 Go to diff View file