- last update
over 1 year ago 117 pass - πΉπThailand AlfTheCat
very grateful for this patch! Applied cleanly to the latest dev and solved the issue.
- Status changed to Needs work
11 months ago 5:54am 18 May 2024 - π¬π§United Kingdom matt b
Applied the patch and ran an auto accept job, it's still showing as open. I also need to clear down all the other auto accepted jobs.
- πΊπΈUnited States scotwith1t Birmingham, AL
Patch worked for me. +1 for RTBC unless this is just the wrong approach somehow?
For jobs that got stuck in "In Progress", I just ran
drush sqlq "UPDATE tmgmt_job SET status=5;"
to set every job in the table to "STATE_FINISHED" but you could modify that query to suit your needs. - First commit to issue fork.
- Merge request !106Issue #3335013: Mark jobs as finished when job items are accepted. β (Open) created by euk
- πΊπΈUnited States euk
I added post update hook to update job statuses to "finished". The criteria for the update - a job must have all job items accepted.
Added a merge request , and also posting the updated patch in case anyone needs it.