Bug #20252
closedSubprocesses pane forgets your place if you refresh
Description
Steps to reproduce:
- Open a process with many subprocesses
- In the subprocess pane, use the arrow to page forward a few times
- Refresh the page in your browser (e.g., because you want to see if any of the displayed subprocesses have finished)
Expected result: The subprocesses pane reloads on the same page you were before, with the same list of processes displayed but with updated status and other information.
Actual result: For me right now on 2.5.0, the pane shows the message "No subprocesses available for listing. The current process may not have any or none matches current filtering."
A user on a 2.6.0 rc reports that the pane loads fine, but returns to the first page of subprocesses, losing their place.
Updated by Stephen Smith over 1 year ago
- Target version changed from Future to Development 2023-03-29 Sprint
Updated by Peter Amstutz over 1 year ago
- Target version changed from Development 2023-03-29 Sprint to Development 2023-04-12 sprint
Updated by Stephen Smith over 1 year ago
Changes at arvados-workbench2|499c2c0ca2c1a7a88aeb9ec9a622f9c7f5399343 branch 20252-subprocess-panel-refresh-bug
Tests developer-tests-workbench2: #1174
- Only clear subprocess panel data explorer when navigating to different process, now pressing refresh will preserve the current data and page while updating the items
Updated by Peter Amstutz over 1 year ago
Stephen Smith wrote in #note-7:
Changes at arvados-workbench2|499c2c0ca2c1a7a88aeb9ec9a622f9c7f5399343 branch 20252-subprocess-panel-refresh-bug
Tests developer-tests-workbench2: #1174
- Only clear subprocess panel data explorer when navigating to different process, now pressing refresh will preserve the current data and page while updating the items
This LGTM
Updated by Stephen Smith over 1 year ago
- Status changed from In Progress to Resolved