Closed
Bug 1497444
Opened 7 years ago
Closed 7 years ago
when changing filters and branches we lose other filters
Categories
(Tree Management :: Treeherder: Frontend, enhancement)
Tree Management
Treeherder: Frontend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: camd)
References
Details
treeherder has a lot of features for configuration.
It is often that a sheriff sets a few filters in the tree (say to only show failed jobs). It is also common to use the search box to give a filter string.
There are 2 cases we know of that resets these filters:
1) set as bottom of range, set as top of range; this often resets the job status filter.
2) changing branches- this resets all filters
Once you have filters in place it is nice to change branches or timelines without doing all the clicks you had previously.
One thing we notice is the page seems to do a refresh when we do the two actions above. Maybe there is technical reasons to do that (i.e. reloading the page/display), so possibly just saving the state across refreshes would be ideal.
Updated•7 years ago
|
Component: Treeherder → Treeherder: Frontend
Flags: needinfo?(cdawson)
| Assignee | ||
Comment 1•7 years ago
|
||
Looking into this now.
Assignee: nobody → cdawson
Status: NEW → ASSIGNED
Flags: needinfo?(cdawson)
| Assignee | ||
Comment 2•7 years ago
|
||
Yeah, I noticed these the other day as well. They will both be fixed in my PR https://github.com/mozilla/treeherder/pull/4102.
Depends on: 1450040
| Assignee | ||
Comment 3•7 years ago
|
||
I just tested this on stage and it's fixed there. So this will be better once that gets pushed to prod.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•