Bug 38368 - Background jobs: Batch item record deletion to list failed/succeeded items
Summary: Background jobs: Batch item record deletion to list failed/succeeded items
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-06 06:40 UTC by Hanna Ikonen
Modified: 2024-12-18 08:50 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanna Ikonen 2024-11-06 06:40:30 UTC
Currently background jobs do not list on visible record the items which have been handled. This causes issues especially when the background job fails, for example in batch item record deletion. Trying to solve which items have been worked with, you need to use several different reports. That means a lot of work hours, especially if, for example, the failed background job contains a lot of deleted items.

My proposition is, that the background job -list would show which items were handled in the background whether it has failed or not. It would also be helpful if it showed information why it has failed/which item has caused the failure. It would standardize the information/notification system with the other batch processing jobs which list the things that have been worked on.

 
To test:
1. Go to Administration and click Manage Jobs.
2. Select Status as "Failed" and Type "Batch item record deletion".
3. Open a failed background job.
4. Report only lists the job as failed, while "Detailed messages" is empty”.
Comment 1 Magnus Enger 2024-12-18 08:50:02 UTC
+1