Skip to content

Commit

Permalink
Provide the namespace query param to the task group link
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed Oct 31, 2018
1 parent 17d405d commit daf4493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/routes/allocations/allocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default Route.extend(WithWatchers, {
model.get('job'),
model.get('taskGroupName'),
qpBuilder({
jobNamespace: model.get('namespace.name') || 'default',
jobNamespace: model.get('job.namespace.name') || 'default',
}),
],
},
Expand Down

0 comments on commit daf4493

Please sign in to comment.