queue icon indicating copy to clipboard operation
queue copied to clipboard

[18.0][IMP] queue_job: prevent invalid change of job status

Open florentx opened this issue 8 months ago • 2 comments

Currently the check of Job state before manual action is loose:

  • for button: check happens when the Form view is loaded. Later when operator presses button, there's no guarantee that job is the same status. It could be processed in the meantime.
  • for mass-change using wizard, the check exists only on 1 wizard.

Here the check is made at the level of the action, and applies for both scenarios: button or wizard

florentx avatar Jun 02 '25 13:06 florentx

Hi @guewen, some modules you are maintaining are being modified, check this out!

OCA-git-bot avatar Jun 02 '25 13:06 OCA-git-bot

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

github-actions[bot] avatar Oct 12 '25 12:10 github-actions[bot]