Koha/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs
Jonathan Druart f9bb92fb80 Bug 29797: Fix display of itemnumbers on the background job detail view
If some items have not been deleted, the detail view of the background job will display "1 item(s) could not be deleted: ", without the list of itemnumbers.
Also add a space character between itemnumbers.

Test plan:
1. Check an item out
2. Use the batch delete items tool to delete the item that is checked
out and another one.
3. On the confirmation view, use the dev tool of your browser to remove
the "disabled" property of the disabled checkbox and select both
items.
4. Submit
5. Go to the detail view of the background job and confirm that you see
the itemnumber of the item that has failed to be deleted

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2022-01-21 21:34:51 -10:00
..
batch_authority_record_deletion.inc
batch_authority_record_modification.inc Bug 26080: (QA follow-up) Minor template issues 2021-10-01 15:35:36 +02:00
batch_biblio_record_deletion.inc
batch_biblio_record_modification.inc Bug 28445: Use the task queue for the batch delete and update items tool 2021-10-18 11:28:40 +02:00
batch_hold_cancel.inc Bug 23678: Include file for batch_hold_cancel 2021-10-01 16:09:20 +02:00
batch_item_record_deletion.inc Bug 29797: Fix display of itemnumbers on the background job detail view 2022-01-21 21:34:51 -10:00
batch_item_record_modification.inc Bug 28445: (follow-up) Display count of modified items when too many to display 2021-10-18 11:28:41 +02:00