Bug 1733658 - Intermittent Failures View: show bug summary on initial load (#7284)

This commit is contained in:
Sebastian Hengst 2021-10-04 18:38:57 +02:00 коммит произвёл GitHub
Родитель 363c5e0cc8
Коммит 871b409ee9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 }),
);