stable

Clone or download

Read-only

Add missing attribute in the `InlineCommentRepresentation`

`is_outdated` and `type` was missing in the InlineCommentRepresentation. It is now consistent with TimeLineInlineRepresentation. You can test with API Explorer the REST route `GET /pull_requests/{id}/file_diff` Part of story #32316 Update comments Change-Id: Ia3a0072ef68f3fbe9b5c799bbe4fc4629e385de8

Modified Files

Name
M plugins/pullrequest/include/PullRequest/REST/v1/InlineComment/InlineCommentRepresentation.php +6 −0 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/TimelineInlineCommentRepresentation.php +3 −4 Go to diff View file