Skip to content

Commit

Permalink
Fix tasks link in projects
Browse files Browse the repository at this point in the history
The provided link to current tasks when viewing a product in the projects page pointed to the wrong endpoint
  • Loading branch information
FyreByrd committed Sep 17, 2024
1 parent e124bf5 commit 5e817ed
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,7 @@
activityName: product.ActiveTransition?.InitialState ?? ''
})}
{#if product.UserTasks.slice(-1)[0]?.UserId === $page.data.session?.user.userId}
<a
class="link mx-2"
href="/flow/{product.ProductDefinition.Workflow
.WorkflowBusinessFlow}/{product.Id}"
>
<a class="link mx-2" href="/tasks/{product.Id}">
{m.common_continue()}
</a>
{/if}
Expand Down

0 comments on commit 5e817ed

Please sign in to comment.