Work Items have the wrong URL when clicking on a contribution graph day
When !106873 (merged) gets merged, creating and closing tasks will count towards the contribution graph of a user. When clicking on a specific day of the contribution graph, if this one contains task related contributions, the event on the list will have the wrong URL for the given task
To reproduce
- Sign-in if you haven't already, view your profile and the number of contributions today
- Create a bunch of tasks in an issue
- View your profile https://gdk.test:3443/yourusername
- The graph should have increased by the number of tasks
- Click on the day where you created the tasks
- The list that shows up will have tasks in the list. The URL for these will have an IID in the path, but does not specify the query param
iid_path=true
. If the query param is not given, the path will assume the int at the end of the path is the global ID of the work item
Edited by Mario Celi