Skip to content

Commit

Permalink
Removing args.allocation deps
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Sep 16, 2022
1 parent cf425e8 commit b1eac60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/components/task-sub-row.hbs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<tr class="task-sub-row"
{{keyboard-shortcut
enumerated=true
action=(action "gotoTask" @allocation this.task)
action=(action "gotoTask" this.task.allocation this.task)
}}
>
<td colspan={{@namespan}}>
/
<LinkTo @route="allocations.allocation.task" @models={{array @allocation this.task}}>
<LinkTo @route="allocations.allocation.task" @models={{array this.task.allocation this.task}}>
{{this.task.name}}
</LinkTo>
{{!-- TODO: in-page logs --}}
Expand Down

0 comments on commit b1eac60

Please sign in to comment.