Skip to content

Commit 45d30dd

Browse files
chore: clean to please github bot
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 09d1959 commit 45d30dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recoco/apps/tasks/views/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def visit_task(request, task_id):
164164
if task.resource:
165165
return redirect(reverse("resources-resource-detail", args=[task.resource.pk]))
166166

167-
url = f"{reverse('projects-project-detail-conversations', args=[task.project_id])}#action-{task_id}"
167+
url = f"{reverse('projects-project-detail-conversations', args=[task.project_id])}#action-{task.pk}"
168168
return redirect(url)
169169

170170
# clean that if we actually remove the action tab in project

0 commit comments

Comments
 (0)