rstedman / tfs-pullrequest-dashboard

tfs dashboard for pullrequests across all repos
MIT License
30 stars 29 forks source link

Failed to Load in TFS 2015 #20

Closed mmarcuccio closed 5 years ago

mmarcuccio commented 6 years ago

The Pull Request Dashboard fails to load in a TFS 2015 environment. Tested from Chrome 65 and IE 11 on Windows 7.

It looks like it is querying the DOM for "ms.vss-dashboards-web", but an element does not exist that matches this query selector in TFS 2015.

image

vendor.bundle.min.js:1 Uncaught TypeError: Cannot read property 'selectedHubId' of undefined
    at app.bundle.min.js:65178
    at Object.execCb (requirejs-2.1.14.min.js:6)
    at pt.check (requirejs-2.1.14.min.js:6)
    at pt.<anonymous> (requirejs-2.1.14.min.js:6)
    at requirejs-2.1.14.min.js:6
    at requirejs-2.1.14.min.js:6
    at f (requirejs-2.1.14.min.js:6)
    at pt.emit (requirejs-2.1.14.min.js:6)
    at pt.check (requirejs-2.1.14.min.js:6)
    at pt.<anonymous> (requirejs-2.1.14.min.js:6)
rstedman commented 5 years ago

Version 2.0.5 of this extension has been released which should address this issue.