stable

Clone or download

Read-only

The whole process is in a transaction

This is part of story #11342 have a base REST route to move id, title, description No functionnal changes here. The move action must work as before. New data moved and REST tests will be done in the next commit. Change-Id: I08884a30fab5855cf37613f0d29d4d09431ca09a

Modified Files

Name
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +11 −2 Go to diff View file
M plugins/tracker/include/Tracker/Action/MoveArtifact.php +16 −5 Go to diff View file
A plugins/tracker/include/Tracker/Admin/ArtifactsDeletion/UserDeletionRetriever.php +49 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletor.php +42 −19 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactsDeletionManager.php +46 −15 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php +11 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +43 −30 Go to diff View file
A plugins/tracker/include/Tracker/Exception/MoveArtifactNotDoneException.php +31 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +1 −1 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file