Bug 1615330 Comment 18 Edit History

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

When I use the filter by `test_paths`, I get no jobs.  But when I reload the page, then they come it.  We are only loading the path files on page load in `componentDidUpdate` of `Push.jsx`.  We should also load them on a filtering change in `handleUrlChanges`.  As well as, in that function, evaluate if `test_paths` is no longer in the url, then empty those strings.
When I use the filter by `test_paths`, I get no jobs.  But when I reload the page, then they come in.  We are only loading the path files on page load in `componentDidUpdate` of `Push.jsx`.  We should also load them on a filtering change in `handleUrlChanges`.  As well as, in that function, evaluate if `test_paths` is no longer in the url, then empty those strings.

Back to Bug 1615330 Comment 18