Fix WorkItem URL when listing user activity from contributions graph
What does this MR do and why?
Before we would show the wrong URL for task events after selecting a day in the contributions graph.
Screenshots or screen recordings
Screen_Recording_2022-12-16_at_16.39.34
How to set up and validate locally
- Create a child task inside an issue
- Go to you profile page
/username
- Click on the current day of the contributions graph. THe newly created task show appear on the list.
- The url of the task should point to the
work_items/
route
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #385650 (closed)