Closed
Bug 1510917
Opened 7 years ago
Closed 7 years ago
[remote-dbg-next] Can no longer select Network Location runtime
Categories
(DevTools :: about:debugging, defect)
DevTools
about:debugging
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1495380
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Regression from Bug 1479746
Can no longer select a Network location runtime. We should also add a test to cover this. Note that I am adding tools to mock network locations in Bug 1495380, we should probably use them here for the test.
The issue is with the router's renderRuntime method:
const isRuntimeAvailable = id => {
const runtimes = this.props.usbRuntimes;
return !!runtimes.find(x => x.id === id);
};
This should also look at other runtimes.
| Assignee | ||
Comment 1•7 years ago
|
||
Blocks current patches so will fix right now.
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Priority: P2 → P1
| Assignee | ||
Comment 2•7 years ago
|
||
I need the patches from 1495380 to test this, so keeping separate bugs doesn't make sense.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
No longer blocks: remote-debugging-ng-m2
Priority: P1 → --
You need to log in
before you can comment on or make changes to this bug.
Description
•