Actions
Bug #20000
closedCancel button missing in "Queued" state
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
1.0
Release:
Release relationship:
Auto
Files
Related issues
Updated by Lucas Di Pentima almost 2 years ago
- Story points set to 1.0
Actual fix should be fairly trivial, but writing proper tests might take some effort.
Updated by Peter Amstutz almost 2 years ago
- Target version changed from Future to To be scheduled
Updated by Peter Amstutz almost 2 years ago
- Target version changed from To be scheduled to 2023-02-15 sprint
Updated by Sarah Zaranek almost 2 years ago
This is also related to this ticket:
https://dev.arvados.org/issues/19517
Updated by Sarah Zaranek almost 2 years ago
- Related to Bug #19517: Can't find the button to kill a wf running in wb2 added
Updated by Stephen Smith almost 2 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz almost 2 years ago
- Target version changed from 2023-02-15 sprint to 2023-03-01 sprint
Updated by Stephen Smith almost 2 years ago
Changes at arvados-workbench2|4968c1548af68dde9760766f6f0db667edaae7de
Tests developer-tests-workbench2: #1083
- Show cancel button on queued and locked processes
- Show run button to resume cancelled processes
- Change run button to default button color, rename to "Run"
- Add tests to verify cancel/run shows in appropriate scenario
Updated by Lucas Di Pentima almost 2 years ago
- File button-flickering.mov button-flickering.mov added
Some comments and questions:
- I tried it on
tordo
and I'm seeing some button flickering when cancelling a running process and state changes.- For example, the RUN button and the "Running" label both appears at the same time for a moment.
- I think these behaviors will be confusing for users.
- As you can see in the attached ideo, the cancelled process doesn't get the RUN button at its final state.
- Can we style the "Cancel" button the same way as the "Run" button?
Updated by Stephen Smith almost 2 years ago
Changes at arvados-workbench2|10d5becc49f4b673d3abfbe8ea9d5f253a24f08b
Tests developer-tests-workbench2: #1092
- Reduce flickering by reloading container when container request is updated and by hiding the run button in cases where the container is transitioning between states
- Change cancel button to outlined button
Updated by Lucas Di Pentima almost 2 years ago
Great improvements! LGTM, thanks.
Updated by Stephen Smith almost 2 years ago
- Status changed from In Progress to Resolved
Actions