stable

Clone or download

Read-only

Deal with all fields in move dry_run mode

This is part of story #11347 have a UI to accesss Move artifact The strategy here is to mark all tracker fields as not migrated by default and them move the ones that will be fully or partially moved. Read only fields are excluded because their value cannot be moved ... Change-Id: I4cfd746b9c09e1853b01c200631819537d801942

Modified Files

Name
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Action/BeforeMoveArtifact.php +0 −12 Go to diff View file
M plugins/tracker/include/Tracker/Action/Move/FeedbackFieldCollector.php +13 −1 Go to diff View file
A plugins/tracker/phpunit/Tracker/Action/Move/FeedbackFieldCollectorTest.php +115 −0 Go to diff View file
M plugins/tracker/tests/rest/ArtifactsActions/ArtifactsActionsTest.php +7 −1 Go to diff View file