зеркало из https://github.com/mozilla/treeherder.git
Bug 1572283 - Fix filtering link by job data
This was breaking add new jobs and filtering
This commit is contained in:
Родитель
f044cfa23c
Коммит
069c1ecaf1
|
@ -30,7 +30,6 @@ export default class JobInfo extends React.PureComponent {
|
|||
render() {
|
||||
const { job, extraFields, showJobFilters } = this.props;
|
||||
const {
|
||||
searchStr,
|
||||
signature,
|
||||
title,
|
||||
taskcluster_metadata,
|
||||
|
@ -56,9 +55,9 @@ export default class JobInfo extends React.PureComponent {
|
|||
:
|
||||
<a
|
||||
title="Filter jobs containing these keywords"
|
||||
href={getJobSearchStrHref(searchStr)}
|
||||
href={getJobSearchStrHref(title)}
|
||||
>
|
||||
{searchStr}
|
||||
{title}
|
||||
</a>
|
||||
</React.Fragment>
|
||||
) : (
|
||||
|
|
Загрузка…
Ссылка в новой задаче