Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple selection doesn’t work in 'execution monitor' #473

Open
sandepat opened this issue Apr 29, 2024 · 1 comment
Open

Multiple selection doesn’t work in 'execution monitor' #473

sandepat opened this issue Apr 29, 2024 · 1 comment
Milestone

Comments

@sandepat
Copy link
Contributor

Issue

  1. When multiple executions are selected, none of the operations work on all of them simultaneously. (e.g clean execution, purge execution)
  2. Could be useful to perform simultaneous operations.

Relevant classes

  1. SimulationToolStrip
  2. SimulationContexMenu
@axlbonnet axlbonnet added this to the 2.7 milestone May 2, 2024
@axlbonnet
Copy link
Contributor

This is not easy because currently selection is mean to be used with the buttons on top of the grid, although the right-click context is meant to be used on the single execution of the click (and only this one).
As you experienced it, you expected the right-click context to also be used on the current selection and i get that.
However the, the right-click context options are dependent of the status of the execution (like kill/clean), so if several executions with different status are selected, what options should be displayed ? Also, an option like "relaunch" is not meant in my opinion to be used on many executions.
I think we should keep the current behavior, use the top buttons for "batch" operation, and right-click for specific operation, but make it clear it won't apply to a selection if there is one.

@axlbonnet axlbonnet modified the milestones: 2.7, 2.8 Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants