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. (#22627) (#22642)

Backport #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.

Co-authored-by: Felipe Leopoldo Sologuren Gutiérrez <[email protected]>
  • Loading branch information
yardenshoham and fsologureng committed Jan 28, 2023
1 parent 9f5e44b commit 6be1d71
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 6be1d71

Please sign in to comment.