stable
Clone or download
Read-only
This covers request #11536 Wrong user can be set a submitter while moving an artifact The first implementation of move artifact contains a little bug. As done for the artifact copy, the submitter was the user that ask to move the artifact instead of the one that create it before. REST tests are updated to handle this case. Change-Id: I971fabcb075dc40557f4d797829a698c58540c5e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Action/MoveArtifact.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/ChangesetXMLUpdater.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/ChangesetXMLUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/rest/ArtifactsActions/ArtifactsActionsTest.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/tests/rest/_fixtures/MoveArtifact/project.xml | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/rest/_fixtures/MoveArtifact/users.xml | +7 | −0 | Go to diff View file |