зеркало из https://github.com/mozilla/treeherder.git
Bug 1733658 - Intermittent Failures View: show bug summary on initial load (#7284)
This commit is contained in:
Родитель
363c5e0cc8
Коммит
871b409ee9
|
@ -166,7 +166,7 @@ const withView = (defaultState) => (WrappedComponent) => {
|
|||
this.getTableData(createApiUrl(defaultState.endpoint, params));
|
||||
}
|
||||
|
||||
if (params.bug && this.state.tableData.length) {
|
||||
if (params.bug) {
|
||||
this.getBugDetails(
|
||||
bugzillaBugsApi('bug', { include_fields: 'summary', id: params.bug }),
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче