GoogleChrome / chromium-dashboard

Chrome Status Dashboard
https://www.chromestatus.com
Apache License 2.0
637 stars 362 forks source link

Fix Gantt chart #4139

Closed DanielRyanSmith closed 2 months ago

DanielRyanSmith commented 2 months ago

This fixes a bug that was caused moving the getChannels() request to the connectedCallback function in the chromedash-gantt component. The super.connectedCallback() was omitted, which caused the function to silently fail. In the end, the invocation was used to populate a property that was not used (probably from an older implementaiton). Removing the call entirely fixed the issue with the Gantt chart not being displayed.