Bug 1533002 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Hi Parshva,

You'll want to look in the `ui/Perfherder/compare/CompareSubtestDistributionView` file and replace all uses of `fetch .then`, with the `getData` helper (search for it in the codebase and you'll find which helper file its in). There is some context as to why in the bug bug 1473777 Ionut referenced. If you look in other files in the Perfherder directory, you can see how they parse and show an error message and data that's extracted from the `getData` helper. If you aren't certain once you get it started, you can open a pull request with a WIP (work in progress) tag and ask Ionut or to give you feedback. 

Please be sure to reference this bug number in your first commit ( such as "Bug 1533002 - Replicates view error handling change", for example)  and in the pull request title, so the bot links the patch to this bugzilla bug.
Hi Parshva,

You'll want to look in the `ui/Perfherder/compare/CompareSubtestDistributionView` file and replace all uses of `fetch .then`, with the `getData` helper (search for it in the codebase and you'll find which helper file its in). There is some context as to why in the bug bug 1473777 Ionut referenced. If you look in other files in the Perfherder directory, you can see how they parse and show an error message and data that's extracted from the `getData` helper. If you aren't certain once you get it started, you can open a pull request with a WIP (work in progress) tag and ask Ionut  to give you feedback. 

Please be sure to reference this bug number in your first commit ( such as "Bug 1533002 - Replicates view error handling change", for example)  and in the pull request title, so the bot links the patch to this bugzilla bug.

Back to Bug 1533002 Comment 4