Skip to content

Commit

Permalink
fix: use correct filter for single task executions (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
schottra authored Oct 13, 2020
1 parent 32ed1c5 commit 8529858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Entities/generators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const executionFilterGenerator: {
[ResourceType.LAUNCH_PLAN]: noFilters,
[ResourceType.TASK]: ({ name }) => [
{
key: 'launch_plan.name',
key: 'task.name',
operation: FilterOperationName.EQ,
value: name
}
Expand Down

0 comments on commit 8529858

Please sign in to comment.