Skip to content

Commit

Permalink
Link issue and pull requests status change in UI notifications direct…
Browse files Browse the repository at this point in the history
…ly to their event in the timelined view. (go-gitea#22627)

Adding the related comment to the issue and pull request status change
in the UI notifications allows to navigate directly to the specific
event in its dedicated view, easing the reading of last comments and to
the editor for additional comments if desired.
  • Loading branch information
fsologureng authored and yardenshoham committed Jan 28, 2023
1 parent 9f5e44b commit 4f50176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/notification/ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func (ns *notificationService) NotifyIssueChangeStatus(doer *user_model.User, is
_ = ns.issueQueue.Push(issueNotificationOpts{
IssueID: issue.ID,
NotificationAuthorID: doer.ID,
CommentID: actionComment.ID,
})
}

Expand Down

0 comments on commit 4f50176

Please sign in to comment.