зеркало из https://github.com/mozilla/treeherder.git
Bug 1758089 - use `data.id` instead of `data.success` for classification with created bug (#7402)
Necessary change which hadn't been included in bug 1756842.
This commit is contained in:
Родитель
7b43a732c7
Коммит
2079cb9191
|
@ -60,7 +60,7 @@ class FailureSummaryTab extends React.Component {
|
|||
bugFilerCallback = (data) => {
|
||||
const { addBug } = this.props;
|
||||
|
||||
addBug({ id: data.success });
|
||||
addBug({ id: data.id });
|
||||
window.dispatchEvent(new CustomEvent(thEvents.saveClassification));
|
||||
// Open the newly filed bug in a new tab or window for further editing
|
||||
window.open(data.url);
|
||||
|
|
Загрузка…
Ссылка в новой задаче