mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
fix: router expect identifier instead of model for trans to job page
This commit is contained in:
@@ -26,7 +26,7 @@ export default class JobRow extends Component {
|
||||
@action
|
||||
gotoJob() {
|
||||
const { job } = this;
|
||||
this.router.transitionTo('jobs.job', job, {
|
||||
this.router.transitionTo('jobs.job', job.plainId, {
|
||||
queryParams: { namespace: job.get('namespace.name') },
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user