diff --git a/src/applications/diffusion/data/DiffusionPathChange.php b/src/applications/diffusion/data/DiffusionPathChange.php index 0eb6e4647d..ca95222591 100644 --- a/src/applications/diffusion/data/DiffusionPathChange.php +++ b/src/applications/diffusion/data/DiffusionPathChange.php @@ -168,6 +168,7 @@ final class DiffusionPathChange { 'commit' => $commit_dict, 'commitData' => $commit_data_dict, 'fileType' => $this->getFileType(), + 'changeType' => $this->getChangeType(), 'targetPath' => $this->getTargetPath(), 'targetCommitIdentifier' => $this->getTargetCommitIdentifier(), 'awayPaths' => $this->getAwayPaths()); @@ -186,6 +187,7 @@ final class DiffusionPathChange { ->setCommit($commit) ->setCommitData($commit_data) ->setFileType($dict['fileType']) + ->setChangeType($dict['changeType']) ->setTargetPath($dict['targetPath']) ->setTargetCommitIdentifier($dict['targetCommitIdentifier']) ->setAwayPaths($dict['awayPaths']);